Sort on multiple values with LINQ(www.mbaldinger.com)
submitted by
baldi(508) 1 year, 9 months ago
With LINQ sort a collection with complex objects gets even easier than it was before. Simply use the OrderBy method of IEnumerableT. To sort on multiple values calling the GroupBy multiple times won't work! The answer is ThenBy.
|category: C#
|Views: 13
tags:
C# another
Everyones tags:
Your Tags: