In LINQ : select from table witch not known , and not exist in DBML
- by Hossein
I wanna use DataContext.ExecuteQuery<
with TSql "Select * From ... " whatever , and fetch all the fields of each table that dosn't exist on DBML.
DataContext.ExecuteQuery< What should I use HERE !!!