UseEdmMapping
This read-only property indicates whether or not the OracleDataReader
utilizes the Entity Data Model mapping configuration when returning values.
Declaration
// C# public bool UseEdmMapping {get;}
Property Value
A boolean
that indicates whether the OracleDataReader
uses the Entity Data Model mapping configuration for returning values.
Remarks
Default is false
.
The value is inherited from the OracleCommand
object.