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?
DataContext.ExecuteQuery not work?
release date next build of dotConnects?
thank you