Click or drag to resize

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; }

Property Value

Type: Boolean
If a MaxLength is specified, the field's value should be truncated to that length automatically.
See Also