EdmProperty.Nullable Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient une valeur indiquant si cet objet EdmProperty peut avoir une valeur Null.
public:
property bool Nullable { bool get(); };
public bool Nullable { get; }
member this.Nullable : bool
Public ReadOnly Property Nullable As Boolean
Valeur de propriété
true si cet objet EdmProperty peut avoir une valeur null ; sinon, false.