DataContext.ExecuteQuery not work?

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
wangmjj
Posts: 22
Joined: Tue 03 Jun 2008 12:25

DataContext.ExecuteQuery not work?

Post by wangmjj » Sun 22 Mar 2009 06:02

e.g
TestDataContext _db=new TestDataContext;
IEnumerable depts=_db.ExecuteQuery("select * from Dept",null);
ERROR:
NOT SUPPETED METHODS!
WHY?
HOW DO I get hold of command Query?

ExecuteCommand not work?

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

Post by AndreyR » Mon 23 Mar 2009 07:18

The support for ExecuteQuery and ExecuteCommand methods will be available in the next build of dotConnects.

wangmjj
Posts: 22
Joined: Tue 03 Jun 2008 12:25

release date next build of dotConnects?

Post by wangmjj » Tue 24 Mar 2009 01:00

thank you

Post Reply