Table of Contents

Namespace MongoDB.EntityFrameworkCore.Query

Classes

MongoExecutableQuery

Internal use only. A query ready to be executed by the MongoDB LINQ provider.

MongoQueryCompilationContext

The primary data structure representing the state/components used during query compilation.

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

MongoQueryContext

Provides the contextual information for a given query such as which client should execute it and using which dependencies.

MongoQueryTranslationPostprocessor

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.

MongoQueryTranslationPreprocessor

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.