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이면 반환하고, false그렇지 않으면 반환 true 합니다. 값이 설정되지 않은 경우 null 참조(Visual Basic Nothing)를 반환합니다.

적용 대상