Class MongoQueryTranslationPreprocessorFactory
- Namespace
- MongoDB.EntityFrameworkCore.Query.Factories
- Assembly
- MongoDB.EntityFrameworkCore.dll
A factory for creating MongoQueryTranslationPreprocessor instances.
public class MongoQueryTranslationPreprocessorFactory : IQueryTranslationPreprocessorFactory
- Inheritance
-
MongoQueryTranslationPreprocessorFactory
- Implements
- Inherited Members
Constructors
- MongoQueryTranslationPreprocessorFactory(QueryTranslationPreprocessorDependencies)
Create a MongoQueryTranslationPreprocessorFactory.
Properties
- Dependencies
The QueryTranslationPreprocessorDependencies passed to each MongoQueryTranslationPreprocessor created by this factory.
Methods
- Create(QueryCompilationContext)
Create a new MongoQueryTranslationPreprocessor with the necessary dependencies.