FieldInfoMaxLength Property  | 
 
            The maximum length of the value of the entityfield (string/binary data). Is ignored for entityfields which hold non-string and non-binary values.
            Value initially set for this field is the length of the database column this field is mapped on.
            
 
    Namespace: 
   SD.LLBLGen.Pro.ORMSupportClasses
    Assembly:
   SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.9.0.0 (5.9.0)
Syntaxpublic int MaxLength { get; }Public ReadOnly Property MaxLength As Integer
	Get
Property Value
Type: 
Int32Implements
IFieldInfoMaxLength
See Also