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

In This Topic
    SqlTraceMode Property
    In This Topic
    Gets or sets the trace mode for the SQL trace.
    Syntax
    'Declaration
     
    Public Property SqlTraceMode As SqlTraceMode
    public SqlTraceMode SqlTraceMode {get; set;}

    Property Value

    One of the SqlTraceMode values.
    Remarks
    Specifies which statistics will be collected while tracing. Can be set to collect the basic SQL execution statistics, the bind variables' values, the wait events information and/or the performance statistics.
    See Also