smartDBforms.NET API Reference

FieldSchema.Size Property

Maximum size of field. For strings this is the maximum size of the text. The default is 0, which indicates that the property is not set. For numeric types this is the number of bytes the type allocates.

[Visual Basic]
Public ReadOnly Property Size As Int32
[C#]
public Int32 Size {get;}

See Also

FieldSchema Class | Adillis.SmartDBForms Namespace