Click or drag to resize
FieldPersistenceInfoSourceColumnMaxLength Property
The maximum length of the value of this entityfield (string/binary data). Is ignored for entityfields which hold non-string and non-binary values. ColumnMaxLength Used for update/insert operations on the column

Namespace:  SD.LLBLGen.Pro.ORMSupportClasses
Assembly:  SD.LLBLGen.Pro.ORMSupportClasses (in SD.LLBLGen.Pro.ORMSupportClasses.dll) Version: 5.3.0.0 (5.3.0)
Syntax
public int SourceColumnMaxLength { get; }

Property Value

Type: Int32

Implements

IFieldPersistenceInfoSourceColumnMaxLength
See Also