dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlParameter Class / Scale Property

In This Topic
    Scale Property (MySqlParameter)
    In This Topic
    Gets or sets the number of decimal places to which Value is resolved.
    Syntax
    'Declaration
     
    Public Property Scale As Byte
    public byte Scale {get; set;}

    Property Value

    The number of decimal places to which Value is resolved. The default value is 0.
    See Also