Skip to main content
.NET 8.0+

SizeAttribute Properties
Show Inherited Hide Inherited

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
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