Table of Contents

Class MongoExecutableQuery

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

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

public record MongoExecutableQuery : IEquatable<MongoExecutableQuery>
Inheritance
MongoExecutableQuery
Implements
Inherited Members

Constructors

MongoExecutableQuery(Expression, ResultCardinality, IMongoQueryProvider, CollectionNamespace)

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

Properties

Cardinality

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

CollectionNamespace

The CollectionNamespace this query will run against.

Provider

The MongoDB V3 LINQ MongoDB.Driver.Linq.IMongoQueryProvider that will execute this query.

Query

A LINQ query Expression compatible with the MongoDB LINQ provider.