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.21.0+5a9c3311e158910b88195f290e6d4b1b2715d2b2
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