System.Web.UI.Design.IDataSourceFieldSchema.Nullable Property

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

Syntax

public bool Nullable { get; }

Value

Documentation for this section has not yet been entered.

Remarks

For a System.Data.DataColumn object, the IDataSourceFieldSchema.Nullable property corresponds to the System.Data.DataColumn.AllowDBNull property.

Requirements

Namespace: System.Web.UI.Design
Assembly: System.Design (in System.Design.dll)
Assembly Versions: 2.0.0.0
Since: .NET 2.0