DbColumn.IsIdentity プロパティ

定義

この列が ID であるかどうかを示す null 許容ブール値を取得します。値が設定されていない場合は null 返します。 この列が ID であるかどうかを示す true または false、派生クラスでオーバーライドされた場合は null (Visual Basic の Nothing) のいずれかに設定できます。

public:  property Nullable<bool> IsIdentity {  public:
Nullable<bool> get(); protected:
 void set(Nullable<bool> value); };
public bool? IsIdentity { get; protected set; }
member this.IsIdentity : Nullable<bool> with get, set
Public Property IsIdentity As Nullable(Of Boolean)

プロパティ値

この列が ID の場合は true を返します。それ以外の場合は false。 値が設定されていない場合は、null 参照 (Visual Basic では Nothing) を返します。

適用対象