MySqlConnection Constructor

MySQL Connector/Net

Initializes a new instance of the MySqlConnection class.

Overload List

  NameDescription
MySqlConnection()()()
Initializes a new instance of the MySqlConnection class.
MySqlConnection(String)
Initializes a new instance of the MySqlConnection class when given a string containing the connection string.

See Also