How to use SelectMany with LINQ JOINS

added by codegain
1/20/2011 3:31:44 AM

149 Views

SelectMany is Projects each element of a sequence to an IEnumerable and flattens the resulting sequences into one sequence.In this post I am going to show how you can use SelectMany Extension method to achieve the join between related tables easily without writing long queries.


0 comments