Click here to Skip to main content
15,896,473 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I am new to LINQ queries...i am triying to select multiple table from a database
the similar SQL statement is
SELECT * FROM table1,table2,table3
.How can i write this statement in LINQ?
Posted

1 solution

Have a look here[^].
 
Share this answer
 
Comments
Kim Togo 24-May-11 15:49pm    
Good link. My 5. OP has the answer in code samples.
Abhinav S 24-May-11 23:52pm    
Thank you.
Thabo@Codeproject 25-May-11 4:09am    
Thanks

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900