Table of Contents

Interface IMongoQueryable

Namespace
MongoDB.Driver.Linq
Assembly
MongoDB.Driver.dll

Provides functionality to evaluate queries against MongoDB.

public interface IMongoQueryable : IQueryable, IEnumerable
Inherited Members
Extension Methods

Methods

GetExecutionModel()

Gets the execution model.

QueryableExecutionModel GetExecutionModel()

Returns

QueryableExecutionModel

The execution model.