Linq to Entities support

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
mikeoconnor
Posts: 1
Joined: Wed 20 Oct 2010 16:29

Linq to Entities support

Post by mikeoconnor » Wed 20 Oct 2010 16:49

Your page for Oracle http://www.devart.com/dotconnect/oracle/features.html notes that there is "Wide Support for Linq to Entities capabilities". What exact capabilities are or aren't supported?

AndreyR
Devart Team
Posts: 2919
Joined: Mon 07 Jul 2008 13:16

Post by AndreyR » Thu 21 Oct 2010 12:29

We support LINQ to Entities in the extent it is supported by the underlying database. E.g., in case you are using Oracle, you don't have SQL Server OUTER APPLY statement support. However, some Include calls are represented in EF by OuterApplyNode in the ExpressionTree that is provided to our code for translation.

Post Reply