IMongoQueryable Interface

Provides functionality to evaluate queries against MongoDB.

Namespace:  MongoDB.Driver.Linq
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.11.0+cb27a82ea70620ad1acad8058809be8302ae4f2a
Syntax
public interface IMongoQueryable : IQueryable, 
	IEnumerable

The IMongoQueryable type exposes the following members.

Properties
 NameDescription
Public propertyElementType
Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed.
(Inherited from IQueryable.)
Public propertyExpression
Gets the expression tree that is associated with the instance of IQueryable.
(Inherited from IQueryable.)
Public propertyProvider
Gets the query provider that is associated with this data source.
(Inherited from IQueryable.)
Top
Methods
 NameDescription
Public methodGetEnumerator
Returns an enumerator that iterates through a collection.
(Inherited from IEnumerable.)
Public methodGetExecutionModel
Gets the execution model.
Top
Extension Methods
 NameDescription
Public Extension MethodOfTypeTResult
Filters the elements of an IMongoQueryable based on a specified type.
(Defined by MongoQueryable.)
Top
See Also

Reference