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

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

    Field Value

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