Constructor MongoQueryContext
- Namespace
- MongoDB.EntityFrameworkCore.Query
- Assembly
- MongoDB.EntityFrameworkCore.dll
MongoQueryContext(QueryContextDependencies, IMongoClientWrapper)
Create a MongoQueryContext.
public MongoQueryContext(QueryContextDependencies dependencies, IMongoClientWrapper mongoClient)
Parameters
dependenciesQueryContextDependenciesThe QueryContextDependencies this context specifies.
mongoClientIMongoClientWrapperThe IMongoClientWrapper to use in executing this query.