How to access data from multiple tables

Posted by Vinay Pandey on Stack Overflow See other posts from Stack Overflow or by Vinay Pandey
Published on 2010-04-16T15:07:41Z Indexed on 2010/04/16 15:13 UTC
Read the original article Hit count: 229

Filed under:
|

Hi All,

How to write linq query to access data from multiple table.How do you write Linq query for the following sql query:-

"select * from user,employee where user.Name='smith' and employee.company='xyz'"

© Stack Overflow or respective owner

Related posts about c#

Related posts about LINQ