Table of Contents

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

queryCompilationContext QueryCompilationContext

The QueryCompilationContext to pass to the new MongoQueryTranslationPreprocessor.

Returns

QueryTranslationPreprocessor

The newly created MongoQueryTranslationPreprocessorFactory.