In LINQ : select from table witch not known , and not exist in DBML

Posted by Hossein on Stack Overflow See other posts from Stack Overflow or by Hossein
Published on 2010-03-29T09:20:40Z Indexed on 2010/03/29 9:23 UTC
Read the original article Hit count: 518

Filed under:

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 !!!>

© Stack Overflow or respective owner

Related posts about linq-to-sql