Declaration
public static IOrderedQueryable<T> Order<T>(
this IQueryable<T> source,
IComparer<T> comparison
)
Summary
Returns an enumeration of the specified enumerable in sorted order.
Generic type parameters
T | This type parameter is not documented. |