SqlXml.IsNull Eigenschaft

Definition

Gibt an, ob diese Instanz einen Nullwert SqlXml 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