MySqlConnection Events

MySQL Connector/Net

MySqlConnection Events

The MySqlConnection type exposes the following members.

Events
  Name Description
Public event Disposed
Occurs when the component is disposed by a call to the Dispose method.
(Inherited from Component.)
Public event InfoMessage
Occurs when MySQL returns warnings as a result of executing a command or query.
Public event StateChange (Inherited from DbConnection.)
Top
See Also