Skip to main content
A newer version of this page is available. .

MySqlConnectionParameters Class

Contains parameters used to establish a connection to a MySQL server.

Namespace: DevExpress.DataAccess.ConnectionParameters

Assembly: DevExpress.DataAccess.v19.1.dll

Declaration

public class MySqlConnectionParameters :
    SqlServerConnectionParametersBase,
    IConnectionPagePort,
    IConnectionPageSslMode

Remarks

The MySqlConnectionParameters class instances provide the basic parameters required to establish a MySQL server connection: the server name (SqlServerConnectionParametersBase.ServerName), database name (SqlServerConnectionParametersBase.DatabaseName), user name (SqlServerConnectionParametersBase.UserName) and password (SqlServerConnectionParametersBase.Password).

To learn more about the use of classes that provide data connection parameters, see DataConnectionParametersBase.

See Also