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
See Implementation of database providers and extensions and How EF Core queries work for more information and examples.
Constructors
- MongoQueryTranslationPreprocessor(QueryTranslationPreprocessorDependencies, QueryCompilationContext)
Creates a new instance of the QueryTranslationPreprocessor class.
Methods
- Process(Expression)
Applies preprocessing transformations to the query.