dotConnect for SQLite Documentation
Devart.Data.SQLite Namespace / SQLiteParameter Class / Scale Property

In This Topic
    Scale Property (SQLiteParameter)
    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