Devlogy.cz » Únor 2010 » Neděle 7.2.2010
Neděle, 7. února 2010
článků: 1
Using custom grouping operators in LINQ
You can use LINQ to write queries that perform grouping of data using group by or ordering of data using orderby clause. LINQ provides the default (and the most common) implementation of both of the operations, but sometimes you may need a slightly …
