Method GetMongoQueryProvider
| MongoDB CSharp Driver API Reference (original) (raw)
Namespace
Assembly
MongoDB.Driver.dll
GetMongoQueryProvider(IQueryable)
Gets the source's provider cast to an IMongoQueryProvider.
public static IMongoQueryProvider GetMongoQueryProvider(this IQueryable source)
Parameters
source
IQueryable
The source.
Returns
The MongoDB query provider.