MetaTable.HasPrimaryKey プロパティ

定義

テーブルに主キーがあるかどうかを示す値を取得します。

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

プロパティ値

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

適用対象