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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also