dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / MaxValue Field

In This Topic
    MaxValue Field
    In This Topic
    Gets maximum value that can be assigned to the MySqlDecimal structure.
    Syntax
    'Declaration
     
    Public Shared ReadOnly MaxValue As MySqlDecimal
    public static readonly MySqlDecimal MaxValue
    Remarks
    The maximum value is 9999999999999999999999999999999999999999999999999999999999999999 (64 nines).
    See Also