Partager via


IDataSourceFieldSchema.Nullable Propriété

Définition

Obtient une valeur indiquant si le champ 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 peut accepter les valeurs null ; sinon, false.

Remarques

Pour un DataColumn objet, la Nullable propriété correspond à la AllowDBNull propriété .

S’applique à

Voir aussi