Class IQueryableExtensions
Provides extension methods for IQueryable<T>.
public static class IQueryableExtensions
- Inheritance
-
IQueryableExtensions
Methods
- OrderByDescending<T>(IQueryable<T>, LambdaExpression)
Sorts the elements of a sequence in descending order according to a specified key.
- OrderBy<T>(IQueryable<T>, LambdaExpression)
Sorts the elements of a sequence in ascending order according to a specified key.