Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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