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

In This Topic
    Enabled Property (OracleTrace)
    In This Topic
    Gets or sets a value that indicates whether tracing is enabled.
    Syntax
    'Declaration
     
    Public Property Enabled As Boolean
    public bool Enabled {get; set;}

    Property Value

    true if the tracing is enabled; otherwise, false. true if both SQL and PL/SQL traces are enabled; otherwise, false.
    See Also