I am little bit confused about this statement that I read in a book
LINQ to SQL supports only one-to-one mapping of entities to tables.
Does this mean I cannot join tables using Linq to Sql?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, you can definitely do that. It just means that one entity (aka class in your code) maps to one database table, and vice versa.