Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

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.v21.1.dll

NuGet Package: DevExpress.Xpo

Declaration

public static int DefaultStringMappingFieldSize { get; set; }

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