SqlBytes.IsNull Eigenschap

Definitie

Hiermee wordt een Booleaanse waarde opgehaald die aangeeft of dit SqlBytes null is.

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

Waarde van eigenschap

true als de SqlBytes waarde null is, false anders.

Implementeringen

Opmerkingen

De standaardwaarde is false.

Van toepassing op

Zie ook