Table of Contents

Constructor MongoQueryCompilationContext

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

MongoQueryCompilationContext(QueryCompilationContextDependencies, bool)

public MongoQueryCompilationContext(QueryCompilationContextDependencies dependencies, bool async)

Parameters

dependencies QueryCompilationContextDependencies

The QueryContextDependencies required by this service.

async bool

Whether this is an asynchronous query or not.