MySqlConnectionParameters Class
Contains parameters used to establish a connection to a MySQL server.
Namespace: DevExpress.DataAccess.ConnectionParameters
Assembly: DevExpress.DataAccess.v24.2.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.
Inheritance
Object
DataConnectionParametersBase
SqlServerConnectionParametersBase
MySqlConnectionParameters
See Also