How to access data from multiple tables
- by Vinay Pandey
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'"