IColumn.MaxLength Property

Definition

Gets the maximum length of data that is allowed in this column. For example, if the property is a String ' then this is the maximum number of characters.

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

Property Value

Applies to