AG's Blog
Pages
Home
Wednesday, September 11, 2013
Sort the IEnumerable list using Linq
var sortedEngData = engData.OrderByDescending(c => c.CausalCountPeriod).ThenByDescending(c => c.CausalCountToDate);
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment