| LinqExtensionMethods Class | 
 Inheritance Hierarchy
Inheritance HierarchyNamespace: MongoDB.Driver.Linq
 Syntax
Syntax Methods
Methods| Name | Description | |
|---|---|---|
|   | AsQueryableT(MongoCollection) | 
            Returns an instance of IQueryable{{T}} for a MongoCollection.
             | 
|   | AsQueryableT(MongoCollectionT) | 
            Returns an instance of IQueryable{{T}} for a MongoCollection.
             | 
|   | ExplainTSource(IQueryableTSource) | 
            Returns an explanation of how the query was executed (instead of the results).
             | 
|   | ExplainTSource(IQueryableTSource, Boolean) | 
            Returns an explanation of how the query was executed (instead of the results).
             | 
 See Also
See Also