dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleTrace Class / State Property

In This Topic
    State Property (OracleTrace)
    In This Topic
    Gets a value that indicates which trace modes are active.
    Syntax
    'Declaration
     
    Public ReadOnly Property State As TraceState
    public TraceState State {get;}

    Property Value

    One of the TraceState values.
    Remarks
    Indicates whether the SQL trace, the PL/SQL trace or both are active.
    See Also