SqlConnection Events
.NET Framework 4.5
The SqlConnection type exposes the following members.
| Name | Description | |
|---|---|---|
|
Disposed | Occurs when the component is disposed by a call to the Dispose method. (Inherited from Component.) |
|
InfoMessage | Occurs when SQL Server returns a warning or informational message. |
|
StateChange | Occurs when the state of the event changes. (Inherited from DbConnection.) |