dotConnect for DB2 Documentation
Devart.Data.DB2.DB2Types Namespace / DB2Decimal Structure / MinValue Field

In This Topic
    MinValue Field (DB2Decimal)
    In This Topic
    Represents the minimum value of an DB2Decimal structure.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MinValue As DB2Decimal
    public static readonly DB2Decimal MinValue

    Field Value

    The minimum value of an DB2Decimal structure.
    Remarks
    The minimum value for DB2Decimal: -9.999999999999999999999999999999E+30.
    See Also