EntityFieldSourceColumnMaxLength 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.12.0.0 (5.12.0)
Syntax[XmlIgnoreAttribute]
public int SourceColumnMaxLength { get; }
<XmlIgnoreAttribute>
Public ReadOnly Property SourceColumnMaxLength As Integer
Get
Property Value
Type:
Int32Implements
IFieldPersistenceInfoSourceColumnMaxLength
See Also