Skip to main content
A newer version of this page is available. .

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