Inlude in ESQL with EF 1.0

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
ies
Posts: 26
Joined: Thu 26 Feb 2009 08:10

Inlude in ESQL with EF 1.0

Post by ies » Tue 20 Apr 2010 15:35

Hi,

I would like to use .Include clausule in ESQL sentence, is posible?, something like that:

SELECT VALUE MYTABLE
FROM MYMODEL.MYTABLE.Include("MYTABLE")

thanks,
________
ALCOHOL REHAB DICUSSION
Last edited by ies on Thu 24 Feb 2011 06:06, edited 1 time in total.

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

Post by AndreyR » Wed 21 Apr 2010 09:37

This is not supported directly. There are some pieces of advice here in MSDN forums:
http://social.msdn.microsoft.com/Forums ... cb89f31b85

Post Reply