How to use Linq to SQL over an Oracle database or MySQL database, and still get the same functionality and performance as with using it with SQL server.
Asked
Active
Viewed 429 times
0
-
5You have to go with Entity Framework instead. At least officially Linq to SQL works only with SQL Server. – Matthias Meid May 18 '12 at 12:27
-
http://stackoverflow.com/questions/30790/is-there-a-way-to-use-linq-to-oracle – huMpty duMpty May 18 '12 at 13:15
1 Answers
0
Read this oracle and you can get same functionality (as standard LINQ) from this linqtooracle

Likurg
- 2,742
- 17
- 22