Entity Framework Provider for Oracle

I want to use linq for sql classes generated by VS or framework for Oracle databases, how can I do this?

+3
source share
2 answers

If you have Visual Studio 2008 and use Oracle 10g, you can use the provider for Oracle from the MSDN code gallery. It is compatible with EF.

You cannot access Oracle only with LINQ without using the Entity Framework.

There is another provider in CodePlex , based on the example below, which also works with Oracle 9i.

, : Microsoft Entity Framework Oracle?

+4

" Oracle LINQ, Entity Framework".

? - Devart DataDirect.

Devart - http://www.devart.com/dotconnect/oracle/.

+4

Source: https://habr.com/ru/post/1775398/


All Articles