Click or drag to resize

LinqExtensionMethods Class

Static class that contains the Mongo Linq extension methods.
Inheritance Hierarchy
System.Object
  MongoDB.Driver.Linq.LinqExtensionMethods

Namespace:  MongoDB.Driver.Linq
Assembly:  MongoDB.Driver.Legacy (in MongoDB.Driver.Legacy.dll) Version: 2.7.3+Branch.v2.7.x.Sha.2f1f2be13a23b8520cb9c2ee8439c022f9a03efe
Syntax
public static class LinqExtensionMethods
Methods
  NameDescription
Public methodStatic memberAsQueryable<T>(MongoCollection)
Returns an instance of IQueryable{{T}} for a MongoCollection.
Public methodStatic memberAsQueryable<T>(MongoCollection<T>)
Returns an instance of IQueryable{{T}} for a MongoCollection.
Public methodStatic memberExplain<TSource>(IQueryable<TSource>)
Returns an explanation of how the query was executed (instead of the results).
Public methodStatic memberExplain<TSource>(IQueryable<TSource>, Boolean)
Returns an explanation of how the query was executed (instead of the results).
Top
See Also