dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlParameter Class / MySqlType Property

In This Topic
    MySqlType Property (MySqlParameter)
    In This Topic
    Gets or sets the MySqlType of the parameter.
    Syntax
    'Declaration
     
    Public Property MySqlType As MySqlType
    public MySqlType MySqlType {get; set;}

    Property Value

    A MySqlType value that is the MySqlType of the parameter.
    Remarks
    The MySqlType and DbType are linked. Therefore, setting the DbType changes the MySqlType to a supporting MySqlType.

    For a list of the supported data types, see the appropriate MySqlType member. For more information, see "Using Parameters with a DataAdapter" in the Microsoft .NET Framework SDK documentation.

    See Also