开发者

Entity Framework provider for Oracle

I want开发者_如何学C to use linq to sql classes generated by VS or entitty framework, for Oracle databases, how can i do it?


If you have Visual Studio 2008 and use Oracle 10g, then you can use a provider for Oracle from MSDN Code Gallery. It is compatible with EF.

You can't access Oracle with LINQ only, without using Entity Framework.

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

Finally, you may be interested in the related Stack Overflow question: Can you use Microsoft Entity Framework with Oracle?


"You can't access Oracle with LINQ only, without using Entity Framework."

Why not? Try to use third party providers - Devart or DataDirect.

I recommend you to try Devart provider - http://www.devart.com/dotconnect/oracle/.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜