dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / TraceState Enumeration

In This Topic
    TraceState Enumeration
    In This Topic
    Specifies type of the trace mode in the OracleTrace component.
    Syntax
    'Declaration
     
    Public Enum TraceState 
       Inherits System.Enum
       Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
    Members
    MemberDescription
    PlSqlTraceSQL trace.
    SqlTracePL/SQL trace.
    UnknownUnknown state.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             Devart.Data.Oracle.TraceState

    See Also