Sql to linq Conversions using Linqer

May 12 2014 2:43 AM
hi,
       Is it possible to convert more than one sql statement in linqer.
      Example : select * from tablename1,
                     select * from tablename2;
I need to convert these two queries at a time.
 
Thanks. 
 

Answers (3)