DataSetFieldSchema.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 le champ de données peut accepter les valeurs 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 le champ de données peut accepter les valeurs null
; sinon, false
.
Implémente
Remarques
La Nullable propriété correspond à la AllowDBNull propriété d’un DataColumn .