DataSetFieldSchema::Nullable Property
.NET Framework (current version)
Gets a value indicating whether the data field can accept null values.
Assembly: System.Design (in System.Design.dll)
Property Value
Type: System::Booleantrue if the data field can accept null values; otherwise, false.
Implements
IDataSourceFieldSchema::NullableThe Nullable property corresponds to the AllowDBNull property of a DataColumn.
.NET Framework
Available since 2.0
Available since 2.0
Show: