FieldPropertiesMaxLengthTruncate Property |
If a MaxLength is specified, the field's value should be truncated to that length automatically.
Namespace:
SystemProperties
Assembly:
EAP.Mapper (in EAP.Mapper.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax bool MaxLengthTruncate { get; }
ReadOnly Property MaxLengthTruncate As Boolean
Get
Property Value
Type:
BooleanIf a MaxLength is specified, the field's value should be truncated to that length automatically.
See Also