Table of Contents

Class LinqExtensionMethods

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

Static class that contains the Mongo Linq extension methods.

public static class LinqExtensionMethods
Inheritance
LinqExtensionMethods
Inherited Members

Methods

AsQueryable<T>(MongoCollection)

Returns an instance of IQueryable{{T}} for a MongoCollection.

AsQueryable<T>(MongoCollection<T>)

Returns an instance of IQueryable{{T}} for a MongoCollection.

Explain<TSource>(IQueryable<TSource>)

Returns an explanation of how the query was executed (instead of the results).

Explain<TSource>(IQueryable<TSource>, bool)

Returns an explanation of how the query was executed (instead of the results).