3
Answers

Sql to linq Conversions using Linqer

anusha kommawar

anusha kommawar

10y
825
1
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)