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.17.0+b316340e6cc3a8bfc8638dc31b54fbbfe41bfcb2
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