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

FieldSizeAttribute Properties

Specifies the maximum number of characters that can be typed in the Property Editor of the current member. In the XPO data model, use the SizeAttribute instead.
Name Description
Size Gets the size of the database column which the member’s data is stored in.
TypeId When implemented in a derived class, gets a unique identifier for this Attribute. Inherited from Attribute.
See Also