SqlInt16.IsNull Eigenschaft

Definition

Gibt an, ob diese SqlInt16-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. Weitere Informationen finden Sie unter Behandeln von NULL-Werten.

Implementiert

Gilt für:

Weitere Informationen