SqlBoolean.IsNull Eigenschaft

Definition

Gibt an, ob diese SqlBoolean-Struktur NULL ist.

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

Eigenschaftswert

true , wenn die SqlBoolean Struktur NULL ist, falseandernfalls .

Implementiert

Hinweise

Weitere Informationen finden Sie unter Behandeln von NULL-Werten.

Gilt für:

Weitere Informationen