Method Create
- Namespace
- MongoDB.EntityFrameworkCore.Query.Factories
- Assembly
- MongoDB.EntityFrameworkCore.dll
Create(QueryCompilationContext)
Create a new MongoQueryTranslationPreprocessor with the necessary dependencies.
public virtual QueryTranslationPreprocessor Create(QueryCompilationContext queryCompilationContext)
Parameters
queryCompilationContextQueryCompilationContextThe QueryCompilationContext to pass to the new MongoQueryTranslationPreprocessor.
Returns
- QueryTranslationPreprocessor
The newly created MongoQueryTranslationPreprocessorFactory.