EnableSqlIdTracing

This property enables SQL identifier instrumentation of each executed SQL statement.

Declaration

// C#
public bool EnableSqlIdTracing { get; set; }

Return Value

A bool.

Remarks

Default value is false.

This SQL identifier allows you to uniquely identify the SQL being executed through an identifier. The property's value is equivalent to the Oracle Database's statement SQL identifier (SQL_ID) so that the SQL execution can be matched between ODP.NET and server.