'Declaration Public Enum MonitorEventType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum MonitorEventType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum MonitorEventType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
public enum MonitorEventType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| 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. |
System.Object
System.ValueType
System.Enum
Devart.Common.MonitorEventType