Share via


SqlXml.IsNull Propriété

Définition

Indique si cette instance représente une valeur SqlXml null.

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

Valeur de propriété

true si Value a la valeur null. Sinon, false.

Implémente

S’applique à

Voir aussi