DbColumn.IsIdentity プロパティ

定義

この列が ID であるかどうかを示す null 許容のブール値を取得するか、値が設定されていない場合は null を返します。 true、この列が ID であるかどうかを示す 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) が返されます。

適用対象