Does LINQ to SQL support Oracle.ODP? If not, is a similar offering from Oracle available or in the works?
+3
A:
LINQ to SQL only supports SQL Server. For LINQ to Oracle, you'll want Entities, LINQ for nHibernate, or DbLinq to name a few.
Of those, DbLinq is intended to be the closest thing to an exact port of LINQ to SQL for other databases.
Rex M
2009-10-12 20:17:42
@Rex M, I cannot find any code documentation and/or examples on using DbLinq with Oracle. Can you linq me up? ;)
Pretzel
2010-08-20 20:02:27