Click or drag to resize

LinqExtensionMethods Methods

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