共用方式為


MetaColumn.IsPrimaryKey 屬性

定義

取得值,這個值表示資料欄位是否屬於資料表的主索引鍵。

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

屬性值

如果資料欄位屬於資料表的主索引鍵則為 true,否則為 false

適用於

另請參閱