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
MongoQueryTranslationPreprocessor