Page 1 of 1

DataContext.ExecuteQuery not work?

Posted: Sun 22 Mar 2009 06:02
by wangmjj
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?

Posted: Mon 23 Mar 2009 07:18
by AndreyR
The support for ExecuteQuery and ExecuteCommand methods will be available in the next build of dotConnects.

release date next build of dotConnects?

Posted: Tue 24 Mar 2009 01:00
by wangmjj
thank you