Interface IOrderedMongoQueryable<T>
Represents the result of a sorting operation.
public interface IOrderedMongoQueryable<T> : IMongoQueryable<T>, IMongoQueryable, IAsyncCursorSource<T>, IOrderedQueryable<T>, IOrderedQueryable, IQueryable<T>, IEnumerable<T>, IQueryable, IEnumerable
Type Parameters
T
The type of the data in the data source. This type parameter is covariant. That is, you can use either the type you specified or any type that is more derived. For more information about covariance and contravariance, see Covariance and Contravariance in Generics.
- Inherited Members