SqlGuid.IsNull Propriété

Définition

Obtient une valeur booléenne qui indique si cette structure SqlGuid 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 null. Sinon, false.

Implémente

Remarques

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

S’applique à

Voir aussi