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

IMemberInfo.Size Property

Specifies the maximum number of characters that can be stored in a database field to which the current string property is mapped.

Namespace: DevExpress.ExpressApp.DC

Assembly: DevExpress.ExpressApp.v19.2.dll

Declaration

int Size { get; }

Property Value

Type Description
Int32

An integer value that specifies the maximum number of characters that can be stored in a database field to which the current string property is mapped.

See Also