DataSetFieldSchema.PrimaryKey プロパティ

定義

データ フィールドが、含むテーブルまたはビューの主キーにあるかどうかを示す値を取得します。

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

プロパティ値

true データ フィールドが主キー内にある場合。それ以外の場合は false

実装

適用対象

こちらもご覧ください