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