SqlInt32.IsNull Eigenschaft

Definition

Gibt an, ob diese SqlInt32-Struktur NULL ist.

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

Eigenschaftswert

Boolean

Diese Eigenschaft ist true, wenn Value NULL ist. Andernfalls false.

Implementiert

Hinweise

Weitere Informationen finden Sie unter Behandeln von Nullwerten.

Gilt für:

Siehe auch