Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Extension method: IOrderedQueryable<T> Order<T>(this IQueryable<T>, IComparer<T>)

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

TThis type parameter is not documented.