DataObjectFieldAttribute::IsNullable Property
.NET Framework (current version)
Gets a value indicating whether a property represents a field that can be null in the underlying data store.
Assembly: System (in System.dll)
Property Value
Type: System::Booleantrue if the property represents a field that can be null in the underlying data store; otherwise, false.
Set the IsNullable property to true when then DataObjectFieldAttribute attribute is applied to a property that represents a field in the underlying data store that can be set to null. The value that represents null in the data store may be different from null in the programming language.
Set the IsNullable property with one of the DataObjectFieldAttribute constructors.
.NET Framework
Available since 2.0
Available since 2.0
Show: