SqlXml.IsNull Eigenschaft

Definition

Gibt an, ob diese Instanz einen SqlXml-Wert gleich NULL darstellt.

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

Eigenschaftswert

true, wenn Value NULL ist. Andernfalls false.

Implementiert

Gilt für:

Weitere Informationen