6.2.4.21 UseEdmMapping

This property Indicates whether or not the OracleCommand object utilizes the Entity Data Model mapping configuration values.

Declaration

// C#
public bool UseEdmMapping

Property Value

A bool.

Remarks

Default is false.

The UseEdmMapping property allows user to explicitly specify that the OracleCommand object should use the Entity Data Model mapping configuration values. This enables use of Entity Framework Multiple Result Sets feature.