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

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

    Field Value

    The minimum value of a DB2Int64 structure.
    Remarks
    The minimum value for Int64: -2^63.
    See Also