Table of Contents

Class MongoQueryContext

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

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

public class MongoQueryContext : QueryContext, IParameterValues
Inheritance
MongoQueryContext
Implements
Inherited Members

Constructors

MongoQueryContext(QueryContextDependencies, IMongoClientWrapper)

Create a MongoQueryContext.

Properties

MongoClient

The IMongoClientWrapper this query should be executed using.