LINQ to SQL for Oracle.ODP LINQ to SQL for Oracle.ODP oracle oracle

LINQ to SQL for Oracle.ODP


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.


DevArt offers a provider for Oracle with LINQ support here. They also provide a direct mode where there is no need to install an oracle client and support for ADO.NET Entity framework.


Linq to SQL doesn't support Oracle natively. There are a few 3rd party wrappers out there. Check this out...

Theres also some providers for Oracle for the ADO.NET Entity framework. See here.