dotConnect for MySQL Documentation
Devart.Data.MySql Namespace / MySqlConnection Class

In This Topic
MySqlConnection Class Methods
In This Topic

For a list of all members of this type, see MySqlConnection members.

Public Methods
 NameDescription
Public MethodStarts an asynchronous invocation of an Open method. (Inherited from Devart.Common.DbConnectionBase)
Public MethodOverloaded. Begins a transaction at the database.  
Public MethodOverridden. Changes the current database associated with an open connection.  
Public Methodstatic (Shared in Visual Basic)Overloaded. Clears all pools associated with the connection.  
Public Methodstatic (Shared in Visual Basic)Clears the pool matching ConnectionString of provided MySqlConnection object.  
Public MethodCreates a new object that is a copy of the current instance.  
Public MethodOverridden. Closes the connection to the data source. This is the preferred method of closing any open connection.  
Public MethodCommits the database transaction.  
Public MethodCreates and returns a MySqlCommand object associated with the MySqlConnection.  
Public Method (Inherited from System.MarshalByRefObject)
Public Method (Inherited from System.ComponentModel.Component)
Public MethodEnds an asynchronous invocation of the Open method. (Inherited from Devart.Common.DbConnectionBase)
Public MethodEnlists in the specified transaction. (Inherited from Devart.Common.DbConnectionBase)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodOverloaded. Returns list of metadata collections and number of restrictions for a collection. (Inherited from Devart.Common.DbConnectionBase)
Public Method (Inherited from System.MarshalByRefObject)
Public MethodTerminates given connection to server.  
Public MethodOverridden. Opens a MySQL connection with the property settings specified by the ConnectionString.  
Public MethodDetermines whether connection to MySQL server is valid.  
Public MethodRolls back a transaction from a pending state.  
Public Method (Inherited from System.ComponentModel.Component)
Top
See Also