SqlDecimal.IsNull Propriété

Définition

Indique si cette structure SqlDecimal 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 cette structure SqlDecimal est null. Sinon, false.

Implémente

Remarques

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

S’applique à

Voir aussi