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)

abstract Nullable : bool with get
override Nullable : bool with get

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: