dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / Value Property

In This Topic
    Value Property (MySqlDecimal)
    In This Topic
    Returns decimal representation of MySqlDecimal instance.
    Syntax
    'Declaration
     
    Public ReadOnly Property Value As Decimal
    public decimal Value {get;}

    Property Value

    A decimal value that represents the MySqlDecimal structure.
    See Also