MySqlConnection Events

MySQL Connector/Net

The MySqlConnection type exposes the following members.

Events

  NameDescription
Disposed
Occurs when the component is disposed by a call to the Dispose()()() method.
(Inherited from Component.)
InfoMessage
Occurs when MySQL returns warnings as a result of executing a command or query.
StateChange
Occurs when the state of the event changes.
(Inherited from DbConnection.)

See Also