DesignerDataColumn.PrimaryKey プロパティ

定義

列がテーブルの主キーの一部であるかどうかを示す値を取得します。

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

プロパティ値

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

適用対象