¡@

Home 

c# Programming Glossary: iorderedenumerable

ascending/descending in LINQ - can one change the order via parameter?

http://stackoverflow.com/questions/388708/ascending-descending-in-linq-can-one-change-the-order-via-parameter

method on IEnumerable or IQueryable public static IOrderedEnumerable TSource OrderByWithDirection TSource TKey this IEnumerable TSource..

Dynamic LINQ OrderBy on IEnumerable<T>

http://stackoverflow.com/questions/41244/dynamic-linq-orderby-on-ienumerablet

accessors name accessor return accessor public static IOrderedEnumerable dynamic OrderBy this IEnumerable dynamic source string property.. property Comparer object .Default public static IOrderedEnumerable dynamic OrderByDescending this IEnumerable dynamic source string.. property Comparer object .Default public static IOrderedEnumerable dynamic ThenBy this IOrderedEnumerable dynamic source string..