Table of Contents

Class MongoQueryTranslationPostprocessor

Namespace
MongoDB.EntityFrameworkCore.Query
Assembly
MongoDB.EntityFrameworkCore.dll

A class that post-processes the translated query. This class allows to process the generated server query expression and the associated shaper expression.

This type is typically used by database providers (and other extensions). It is generally not used in application code.

public class MongoQueryTranslationPostprocessor : QueryTranslationPostprocessor
Inheritance
MongoQueryTranslationPostprocessor
Inherited Members

Remarks

Constructors

MongoQueryTranslationPostprocessor(QueryTranslationPostprocessorDependencies, QueryCompilationContext)

Creates a new instance of the QueryTranslationPostprocessor class.

Methods

Process(Expression)

Applies postprocessing transformations to the translated query.