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

适用于