| IMongoQueryable Interface | 
Namespace: MongoDB.Driver.Linq
 Syntax
SyntaxThe IMongoQueryable type exposes the following members.
 Properties
Properties| Name | Description | |
|---|---|---|
|  | ElementType | 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.) | 
|  | Expression | Gets the expression tree that is associated with the instance of IQueryable.(Inherited from IQueryable.) | 
|  | Provider | Gets the query provider that is associated with this data source.(Inherited from IQueryable.) | 
 Methods
Methods| Name | Description | |
|---|---|---|
|  | GetEnumerator | Returns an enumerator that iterates through a collection.(Inherited from IEnumerable.) | 
|  | GetExecutionModel | 
            Gets the execution model.
             | 
 Extension Methods
Extension Methods| Name | Description | |
|---|---|---|
|  | OfTypeTResult | 
            Filters the elements of an IMongoQueryable based on a specified type.
            (Defined by MongoQueryable.) | 
 See Also
See Also