SqlDouble.IsNull Propriété

Définition

Retourne une valeur booléenne qui indique si cette instance SqlDouble a la valeur 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

Remarques

Pour plus d’informations, consultez Gestion des valeurs Null.

S’applique à

Voir aussi