Table of Contents

Interface IMongoQueryable<T>

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.dll

Provides functionality to evaluate queries against MongoDB wherein the type of the data is known.

public interface IMongoQueryable<T> : IMongoQueryable, IQueryable<T>, IEnumerable<T>, IQueryable, IEnumerable, IAsyncCursorSource<T>

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
Extension Methods