Linq for Oracle
-
Hi Has anybody successfully used Linq against an Oracle back-end? Any recommendations for 3rd party libraries? Oracle don't appear to have any plans to implement this themselves in the near future... Thanks Ben
-
Hi Has anybody successfully used Linq against an Oracle back-end? Any recommendations for 3rd party libraries? Oracle don't appear to have any plans to implement this themselves in the near future... Thanks Ben
LINQ to SQL only works against SQL Server, if you want to use it against Oracle your best bet at the moment is using LINQ against a DataSet. However, that means that you cannot efficiently use LINQ to filter data. If you are using the same subset of data over-and-over again it might be useful though.
Upcoming FREE developer events: * Developer Day Scotland Recent blog posts: * Mixins in C#3.0 My website | Blog
-
Hi Has anybody successfully used Linq against an Oracle back-end? Any recommendations for 3rd party libraries? Oracle don't appear to have any plans to implement this themselves in the near future... Thanks Ben