dotConnect for SQLite Documentation
Devart.Common Namespace / MonitorTracePoint Enumeration

On this page
    MonitorTracePoint Enumeration
    On this page
    Determines when DbMonitor.TraceEvent event occurs.
    Syntax
    'Declaration
     
    Public Enum MonitorTracePoint 
       Inherits System.Enum
       Implements System.IComparable, System.IConvertible, System.IFormattable 
    Members
    MemberDescription
    AfterEventOccurs in DbMonitor after some operation is complete.
    BeforeEventOccurs in DbMonitor before some operation has started.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Common.MonitorTracePoint

    See Also