SqlBytes.IsNull 속성

정의

SqlBytes가 null인지 여부를 나타내는 부울 값을 가져옵니다.

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

속성 값

SqlBytes가 null이면 true이고, 그렇지 않으면 false입니다.

구현

설명

기본값은 false입니다.

적용 대상

추가 정보