How to use SelectMany with LINQ JOINS(www.codegain.com)
submitted by
codegain(2794) 1 year, 4 months ago
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.
|category: Linq
|Views: 12
tags:
LINQ another
Everyones tags:
Your Tags: