ITable.IsReadOnly 属性

定义

指示此 ITable 实例中包含的实体的类型是否具有主键。

public:
 property bool IsReadOnly { bool get(); };
public bool IsReadOnly { get; }
member this.IsReadOnly : bool
Public ReadOnly Property IsReadOnly As Boolean

属性值

true 如果实体类型没有主键,则为 ;否则,为 false.

适用于