DesignerDataColumn.Identity プロパティ

定義

データ列が、データ行の ID 列かどうかを示す値を取得します。

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

プロパティ値

列が ID 列である場合は true。それ以外の場合は false

適用対象