DataColumn::MaxLength Property
.NET Framework (current version)
Gets or sets the maximum length of a text column.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System::Int32The maximum length of the column in characters. If the column has no maximum length, the value is –1 (default).
The MaxLength property is ignored for non-text columns. A ArgumentException exception is raised if you assign MaxLength to a non-string column.
.NET Framework
Available since 1.1
Available since 1.1
Show: