LinqConnect Documentation
Devart.Data.Linq.Monitoring Namespace / MonitorEventType Enumeration

In This Topic
    MonitorEventType Enumeration
    In This Topic
    Describes type of the current DbMonitor event.
    Syntax
    'Declaration
     
    Public Enum MonitorEventType 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    CommitApplication executes COMMIT statement against a data source.
    ConnectApplication opens 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.
    RollbackApplication executes ROLLBACK statement against a data source.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also