Constructor MongoQueryContextFactory
- Namespace
- MongoDB.EntityFrameworkCore.Query.Factories
- Assembly
- MongoDB.EntityFrameworkCore.dll
MongoQueryContextFactory(QueryContextDependencies, IMongoClientWrapper)
Create a MongoQueryContextFactory.
public MongoQueryContextFactory(QueryContextDependencies dependencies, IMongoClientWrapper mongoClient)
Parameters
dependenciesQueryContextDependenciesThe QueryContextDependencies passed to each created MongoQueryContext instance.
mongoClientIMongoClientWrapperThe IMongoClientWrapper passed to each created MongoQueryContext instance.