dotConnect for PostgreSQL Documentation
Devart.Common Namespace / MonitorEventType Enumeration

On this page
    MonitorEventType Enumeration
    On this page
    Describes type of the current DbMonitor event.
    Syntax
    'Declaration
     
    Public Enum MonitorEventType 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    ActivateInPoolApplication takes a connection from the pool.
    BeginTransactionApplication begins a transaction (local or distributed) against a data source.
    CommitApplication executes COMMIT statement against a data source.
    ConnectApplication opens a connection to a data source.
    CustomApplication executes any user defined statement against a data source.
    DisconnectApplication closes connection to a data source.
    ErrorData source returns an error message.
    ExecuteApplication executes a statement against a data source.
    PrepareApplication prepares an execute statement.
    ReturnToPoolApplication returns a connection to the pool.
    RollbackApplication executes ROLLBACK statement against a data source.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Common.MonitorEventType

    See Also