Table of Contents

Constructor MongoQueryContextFactory

Namespace
MongoDB.EntityFrameworkCore.Query.Factories
Assembly
MongoDB.EntityFrameworkCore.dll

MongoQueryContextFactory(QueryContextDependencies, IMongoClientWrapper)

public MongoQueryContextFactory(QueryContextDependencies dependencies, IMongoClientWrapper mongoClient)

Parameters

dependencies QueryContextDependencies

The QueryContextDependencies passed to each created MongoQueryContext instance.

mongoClient IMongoClientWrapper

The IMongoClientWrapper passed to each created MongoQueryContext instance.