ComponentOne DataObjects for .NET
MaxLength Property (Field)

C1.Data.2 Assembly > C1.Data.SchemaObjects Namespace > Field Class : MaxLength Property
Gets or sets the maximum length of a string field, in characters.
Syntax
'Declaration
 
Public Overridable Property MaxLength As System.Integer
public virtual System.int MaxLength {get; set;}
Remarks
If the length is unlimited, the value is 0 (default).
See Also

Reference

Field Class
Field Members
Table Fields