Jonas Sourlier
Jonas Sourlier

Reputation: 14435

Does Oracle's Entity Framework provider support DbGeography?

We are working on a project that uses EF5.0 to connect to an Oracle 11g R2 database. We are using Oracle's own EF provider.

Now we would like to convert EF 5.0's DbGeography types to Oracle Spatial. This is not supported by all EF providers.

Is it supported by Oracle's own EF provider?

I cannot find any documentation on it here: Oracle EF Provider

And when trying to find the answer on Google, I can only find websites related to Devart's dotConnect EF provider, or related to SQL Server.

P.S.: We are extending the code generation routines of the provider heavily, and we have found that Oracle's own EF provider is much much simpler to extend than the one of Devart, so that's the reason we're not switching to Devart. So please, don't answer with 'use Devart's dotConnect'.

Upvotes: 1

Views: 474

Answers (1)

Devart
Devart

Reputation: 121902

Currently ODP.NET does not support EF spatials. Please take a look at these links:

Upvotes: 1

Related Questions