Table of Contents

Class MongoQueryCompilationContextFactory

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

A factory for creating MongoQueryCompilationContext instances.

public class MongoQueryCompilationContextFactory : IQueryCompilationContextFactory
Inheritance
MongoQueryCompilationContextFactory
Implements
Inherited Members

Constructors

MongoQueryCompilationContextFactory(QueryCompilationContextDependencies)

Create a MongoQueryContextFactory.

Properties

Dependencies

The QueryCompilationContextDependencies passed to each MongoQueryCompilationContext created by this factory.

Methods

Create(bool)

Create a new MongoQueryCompilationContext with the necessary dependencies.