dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2Parameter Class / Scale Property

On this page
    Scale Property (DB2Parameter)
    On this page
    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