Environment:
- VS2012 Professional;
- IIS 8;
- Windows 7 Professional;
- Oracle 11g;
Settings:
- C# 4.0;
- Entity Framework 4.1;
- Linq;
- MVC4 API;
- Using Dynamic Library from http://weblogs.asp.net/scottgu/archive/2008/01/07/dynamic-linq-part-1-using-the-linq-dynamic-query-library.aspx;
Goal:
- Dynamically define a LINQ using string parameters returning the result assigned to an object of EF.
Tries:
(Some printscreen source code)


Blocked by:
Was achieved the primary goal of making a dynamic query including its attributes referring to other objects of the EF. But we could not convert IQueryable result to a concrete object of EF.
How could I convert or cast my IQueryable to an dynamic IEnum or List of Entity Object or even a simple Dataset?
Thank you guys,
Paes, Andrew