LinqExtensionMethods Class |
Namespace: MongoDB.Driver.Linq
Name | Description | |
---|---|---|
![]() ![]() | AsQueryable<T>(MongoCollection) |
Returns an instance of IQueryable{{T}} for a MongoCollection.
|
![]() ![]() | AsQueryable<T>(MongoCollection<T>) |
Returns an instance of IQueryable{{T}} for a MongoCollection.
|
![]() ![]() | Explain<TSource>(IQueryable<TSource>) |
Returns an explanation of how the query was executed (instead of the results).
|
![]() ![]() | Explain<TSource>(IQueryable<TSource>, Boolean) |
Returns an explanation of how the query was executed (instead of the results).
|