Constructor MongoExecutableQuery
- Namespace
- MongoDB.EntityFrameworkCore.Query
- Assembly
- MongoDB.EntityFrameworkCore.dll
MongoExecutableQuery(Expression, ResultCardinality, IMongoQueryProvider, CollectionNamespace)
Internal use only. A query ready to be executed by the MongoDB LINQ provider.
public MongoExecutableQuery(Expression Query, ResultCardinality Cardinality, IMongoQueryProvider Provider, CollectionNamespace CollectionNamespace)
Parameters
QueryExpressionA LINQ query Expression compatible with the MongoDB LINQ provider.
CardinalityResultCardinalityWhether many or a single result are expected (or enforced) as a ResultCardinality.
ProviderIMongoQueryProviderThe MongoDB V3 LINQ MongoDB.Driver.Linq.IMongoQueryProvider that will execute this query.
CollectionNamespaceCollectionNamespaceThe CollectionNamespace this query will run against.