SizeAttribute Fields
Specifies the maximum number of characters that can be stored in a column which is created to store the data of a property or field.| Name | Description |
|---|---|
| DefaultStringMappingFieldSize | Specifies the default size of the database column which the member’s data is stored in. The default value is 100. |
| Unlimited | Specifies the unlimited format size of the database column which the member’s data is stored in. |
See Also