dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / Precision Property

In This Topic
    Precision Property (MySqlDecimal)
    In This Topic
    Gets total number of decimal digits.
    Syntax
    'Declaration
     
    Public ReadOnly Property Precision As Byte
    public byte Precision {get;}

    Property Value

    The total number of decimal digits.
    See Also