Interface IOrderedQuery<TSource>
Intermediate query chain element used for OrderBy modifiers.
public interface IOrderedQuery<out TSource> : IQuery<TSource>
Type Parameters
TSource
Type of the element the query operates on.
- Extension Methods
Intermediate query chain element used for OrderBy modifiers.
public interface IOrderedQuery<out TSource> : IQuery<TSource>
TSource
Type of the element the query operates on.