XpoDefault.DefaultStringMappingFieldSize Property
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.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
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