Skip to main content
A newer version of this page is available. .

FieldSizeAttribute Properties

Specifies the maximum number of characters that can be typed in the Property Editor of the current member. In XPO, it additionally specifies the number of characters that can be stored in a column mapped to the current member (has the same effect as the SizeAttribute).
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