InstrumentOracleDataReaderRead
This property indicates whether to instrument OracleDataReader Read method calls.
Declaration
// C#
public bool InstrumentOracleDataReaderRead { get; set; }Return Value
A bool.
Remarks
Default value is false.
Note:
If EnableDBRoundTripTracing is set to false, then OracleDataReader Read() database round trips will not be instrumented.