Back to Devexpress

XpoDefault.DefaultStringMappingFieldSize Property

xpo-devexpress-dot-xpo-dot-xpodefault-13eff448.md

latest1.3 KB
Original Source

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

NuGet Package : DevExpress.Xpo

Declaration

csharp
public static int DefaultStringMappingFieldSize { get; set; }
vb
Public Shared Property DefaultStringMappingFieldSize As Integer

Property Value

TypeDescription
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

XpoDefault Class

XpoDefault Members

DevExpress.Xpo Namespace