dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleAttribute Class / Scale Property

In This Topic
    Scale Property (OracleAttribute)
    In This Topic
    Gets the number of decimal places to which attribute value is resolved.
    Syntax
    'Declaration
     
    Public ReadOnly Property Scale As Integer
    public int Scale {get;}

    Property Value

    The number of decimal places to which attribute value is resolved.
    Remarks
    The Scale property is only used for numeric attributes.
    See Also