Does LINQ to SQL support Oracle.ODP? If not, is a similar offering from Oracle available or in the works?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.