Skip to main content
.NET 6.0+

SizeAttribute.DefaultStringMappingFieldSize Field

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.v23.2.dll

NuGet Package: DevExpress.Xpo

Declaration

public const int DefaultStringMappingFieldSize = 100

Field Value

Type
Int32
See Also