Share via


ColumnModel.MaxLength Property

Definition

Gets or sets the maximum length for this column. Only valid for array data types.

public virtual Nullable<int> MaxLength { get; set; }
member this.MaxLength : Nullable<int> with get, set
Public Overridable Property MaxLength As Nullable(Of Integer)

Property Value

Applies to