Entity Framework: "OUTER APPLY is not supported by Oracle"
Posted: Thu 11 Dec 2008 14:28
When I try to .Include a particular table in my query, I get an "OUTER APPLY is not supported by Oracle" error on runtime.
How can I learn more about what's causing it? Is the problem with the entity framework, or is there support missing from dotConnect?
Does the entity framework generate the OUTER APPLY, or does dotConnect?
How can I learn more about what's causing it? Is the problem with the entity framework, or is there support missing from dotConnect?
Does the entity framework generate the OUTER APPLY, or does dotConnect?