SqlChars.IsNull Eigenschaft

Definition

Ruft einen booleschen Wert ab, der angibt, ob dieses SqlChars 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 SqlChars NULL ist. Andernfalls false.

Implementiert

Hinweise

Der Standardwert ist false. Weitere Informationen finden Sie unter Behandeln von NULL-Werten.

Gilt für:

Weitere Informationen