SqlBinary.IsNull 속성

정의

이 구조체 SqlBinary 가 null인지 여부를 나타냅니다. 이 속성은 읽기 전용입니다.

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

속성 값

true if null; 그렇지 않으면 false.

구현

설명

자세한 내용은 Null 값 처리를 참조하세요.

적용 대상

추가 정보