Table of Contents

Class MongoQueryTranslationPreprocessor

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

A class that preprocesses the query before translation.

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

public class MongoQueryTranslationPreprocessor : QueryTranslationPreprocessor
Inheritance
MongoQueryTranslationPreprocessor
Inherited Members

Remarks

Constructors

MongoQueryTranslationPreprocessor(QueryTranslationPreprocessorDependencies, QueryCompilationContext)

Creates a new instance of the QueryTranslationPreprocessor class.

Methods

Process(Expression)

Applies preprocessing transformations to the query.