SqlByte.IsNull Eigenschaft

Definition

Ruft einen Boolean-Wert ab, der angibt, ob diese SqlByte-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 NULL. Andernfalls false.

Implementiert

Hinweise

Weitere Informationen finden Sie unter Behandeln von NULL-Werten.

Gilt für:

Weitere Informationen