Share via


ColumnModel.IsNullable Property

Definition

Gets or sets a value indicating if this column can store null values.

public virtual Nullable<bool> IsNullable { get; set; }
member this.IsNullable : Nullable<bool> with get, set
Public Overridable Property IsNullable As Nullable(Of Boolean)

Property Value

Applies to