DataSetFieldSchema::Nullable Property

 

Gets a value indicating whether the data field can accept null values.

Namespace:   System.Web.UI.Design
Assembly:  System.Design (in System.Design.dll)

public:
property bool Nullable {
	virtual bool get() sealed;
}

Property Value

Type: System::Boolean

true if the data field can accept null values; otherwise, false.

The Nullable property corresponds to the AllowDBNull property of a DataColumn.

.NET Framework
Available since 2.0
Return to top
Show: