XpoDefault.DefaultStringMappingFieldSize Property
In This Article
Specifies the default size of the database column which the member’s data is stored in. The default value is 100.
Namespace: DevExpress.Xpo
Assembly: DevExpress.Xpo.v24.2.dll
NuGet Package: DevExpress.Xpo
#Declaration
#Property Value
Type | Description |
---|---|
Int32 | An integer value representing the default size of the database column created for persistent properties or fields. |
#Remarks
You can override the default size for a specific member using the SizeAttribute.
See Also