Skip to main content
.NET 8.0+

SizeAttribute.DefaultStringMappingFieldSize Field

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

public const int DefaultStringMappingFieldSize = 100

#Field Value

Type
Int32
See Also