Hi, I m new to Linq - SQL. I just want to retrieve 1:m relational data using linq to sql using strored proc. In my scenario, I have two tables "PetLovers" and "Pets". For each pet lover there can be multiple pets. The primary key of "PetLovers" is a forign key for "Pets". I used the O/R designer to create the data context. As I expected, I got a "PetLovers" class whch has a field called "Pets". And here my problem comes into picture. I want to return a paticular "PetLover" and All "Pets" associated
Read More...