Constructor MongoQueryCompilationContext
- Namespace
- MongoDB.EntityFrameworkCore.Query
- Assembly
- MongoDB.EntityFrameworkCore.dll
MongoQueryCompilationContext(QueryCompilationContextDependencies, bool)
Create a new MongoQueryCompilationContext.
public MongoQueryCompilationContext(QueryCompilationContextDependencies dependencies, bool async)
Parameters
dependenciesQueryCompilationContextDependenciesThe QueryContextDependencies required by this service.
asyncboolWhether this is an asynchronous query or not.