smartDBforms.NET API Reference

FieldSchema.NumericPrecision Property

If DataType is a numeric data type, this is the maximum precision of the column. The precision depends on the definition of the column. If DataType is not a numeric data type, this is -1.

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

See Also

FieldSchema Class | Adillis.SmartDBForms Namespace