6.8.3.14 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