dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlDecimal Structure / GetTypeCode Method

In This Topic
    GetTypeCode Method
    In This Topic
    Returns the System.TypeCode for the specified MySqlDecimal.
    Syntax
    'Declaration
     
    Public Function GetTypeCode() As TypeCode
    public TypeCode GetTypeCode()

    Return Value

    The enumerated constant, System.TypeCode.Decimal.
    See Also