ColumnOperation.MaxLength Property

Definition

The maximum amount of data that the column can store, or null if this is not specified or does not apply to this column type.

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

Property Value

Applies to