DesignerDataColumn.Nullable Property

Definition

Gets a value indicating whether the column can be null in the data store.

public:
 property bool Nullable { bool get(); };
public bool Nullable { get; }
member this.Nullable : bool
Public ReadOnly Property Nullable As Boolean

Property Value

true if the column can be null in the data store; otherwise, false.

Applies to