Table of Contents

Constructor MongoExecutableQuery

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

MongoExecutableQuery(Expression, ResultCardinality, IQueryProvider, CollectionNamespace)

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

public MongoExecutableQuery(Expression Query, ResultCardinality Cardinality, IQueryProvider Provider, CollectionNamespace CollectionNamespace)

Parameters

Query Expression

A LINQ query Expression compatible with the MongoDB LINQ provider.

Cardinality ResultCardinality

Whether many or a single result are expected (or enforced) as a ResultCardinality.

Provider IQueryProvider

The MongoDB V3 LINQ IQueryProvider that will execute this query.

CollectionNamespace CollectionNamespace

The CollectionNamespace this query will run against.