Group join in LINQ

added by dotnetlogix
6/26/2011 2:30:46 PM

123 Views

A join clause with an into expression is called a group join. A group join breaks up the joined table into sequences of objects each matching/corresponding to an object from the other table.


0 comments