tags:

views:

30

answers:

0

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