MySqlConnection Events

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

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
Occurs when the state of the event changes.
(Inherited from DbConnection.)

See Also