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