Share via


MetaTable.HasPrimaryKey プロパティ

定義

テーブルが主キーを持つかどうかを示す値を取得します。

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

プロパティ値

テーブルに主キーがある場合は true。それ以外の場合は false

適用対象