MonitorEventType Enumeration
In This Topic
Describes type of the current
DbMonitor event.
Syntax
Members
| Member | Description |
| ActivateInPool | Application takes a connection from the pool. |
| BeginTransaction | Application begins a transaction (local or distributed) against a data source. |
| Commit | Application executes COMMIT statement against a data source. |
| Connect | Application opens a connection to a data source. |
| Custom | Application executes any user defined statement against a data source. |
| Disconnect | Application closes connection to a data source. |
| Error | Data source returns an error message. |
| Execute | Application executes a statement against a data source. |
| Prepare | Application prepares an execute statement. |
| ReturnToPool | Application returns a connection to the pool. |
| Rollback | Application executes ROLLBACK statement against a data source. |
Inheritance Hierarchy
See Also