Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Member
546 Points
98 Posts
Apr 25, 2012 07:07 AM|LINK
Hi, You need to create a relationship between the two tables first:
http://msdn.microsoft.com/en-us/library/ms189049.aspx
www.youtube.com/watch?v=xL7h4VQhXFY
Then update your datacontext. (you can remove and add the tables again)
After then, you can use the solution I mentioned.
Amin.Mirzapo...
Member
546 Points
98 Posts
Re: How to join the tables in linq to sql?
Apr 25, 2012 07:07 AM|LINK
Hi, You need to create a relationship between the two tables first:
http://msdn.microsoft.com/en-us/library/ms189049.aspx
www.youtube.com/watch?v=xL7h4VQhXFY
Then update your datacontext. (you can remove and add the tables again)
After then, you can use the solution I mentioned.