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

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

    Property Value

    The number of decimal places to which Devart.Common.DbParameterBase.Value is resolved. The default value is 0.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also