Table of Contents

Method Execute

Namespace
MongoDB.EntityFrameworkCore.Storage
Assembly
MongoDB.EntityFrameworkCore.dll

Execute<T>(MongoExecutableQuery, out Action)

A query and the associated metadata and provider needed to execute that query.

IEnumerable<T> Execute<T>(MongoExecutableQuery executableQuery, out Action log)

Parameters

executableQuery MongoExecutableQuery

The MongoExecutableQuery that will be executed.

log Action

The Action that should be called upon evaluation of the query to log it.

Returns

IEnumerable<T>

An IEnumerable<T> containing the results of the query.

Type Parameters

T

The type of results being returned.