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

FieldSizeAttribute Fields

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
Unlimited Specifies the unlimited format size of the database column which the member’s data is stored in.
See Also