MySqlConnection Constructor

MySQL Connector/Net

MySqlConnection Constructor
Initializes a new instance of the MySqlConnection class.
Overload List
  Name Description
Public method Code example MySqlConnection
Initializes a new instance of the MySqlConnection class.
Public method Code example MySqlConnection(String)
Initializes a new instance of the MySqlConnection class when given a string containing the connection string.
Top
See Also