dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Decimal Structure / Scale Property

In This Topic
    Scale Property (DB2Decimal)
    In This Topic
    Gets the scale of the DB2Decimal value.
    Syntax
    'Declaration
     
    Public ReadOnly Property Scale As Integer
    public int Scale {get;}

    Property Value

    The scale of the DB2Decimal value.
    Remarks
    An exception is thrown if the DB2Decimal instance stores the Null value.
    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