LINQ to SQL for Oracle.ODP
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/1556604/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
LINQ to SQL for Oracle.ODP
提问by LBushkin
Does LINQ to SQL support Oracle.ODP? If not, is a similar offering from Oracle available or in the works?
LINQ to SQL 是否支持 Oracle.ODP?如果没有,是否有来自 Oracle 的类似产品可用或正在开发中?
采纳答案by Rex M
LINQ to SQL only supports SQL Server. For LINQ to Oracle, you'll want Entities, LINQ for nHibernate, or DbLinqto name a few.
LINQ to SQL 仅支持 SQL Server。对于 LINQ to Oracle,您需要Entities、LINQ for nHibernate或DbLinq等等。
Of those, DbLinq is intended to be the closest thing to an exact port of LINQ to SQL for other databases.
其中,DbLinq 旨在成为最接近其他数据库的 LINQ to SQL 确切端口的东西。
回答by vzczc
回答by vzczc
回答by avatas
Maybe the lastest version of ODAC will help you.
也许最新版本的 ODAC 会对您有所帮助。
http://download.oracle.com/oll/obe/EntityFrameworkOBE/EntityFrameworkOBE.htm
http://download.oracle.com/oll/obe/EntityFrameworkOBE/EntityFrameworkOBE.htm