IDataSourceFieldSchema.PrimaryKey プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください