MetaTable.HasPrimaryKey 屬性

定義

取得值,這個值表示資料表是否有主索引鍵。

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

屬性值

如果資料表有主索引鍵則為 true,否則為 false

適用於