Table of Contents

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

queryCompilationContext QueryCompilationContext

The QueryCompilationContext to pass to the new MongoQueryTranslationPostprocessorFactory.

Returns

QueryTranslationPostprocessor

The newly created MongoQueryTranslationPostprocessorFactory.