Hi, I am new to Linq to Sql and have a minor problem. I created an object name 'Family'. The 'Family' object then has an object of type EntitySet which stores objects of type 'Member'. So far I have no problem to order the returned Families depending on the dateTime they where formed. However I cannot manage to sort its members depending on the day they where born! Is there a way in Linq how I can sort the child objects when retrieving the parent object? Regards, Sim085
Read More...