IMongoQueryable Interface (original) (raw)
Provides functionality to evaluate queries against MongoDB.
Namespace: MongoDB.Driver.Linq
Assembly: MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.10.0+569905ff5e778c38ea19d9d0392496a83e1704ed
Syntax
public interface IMongoQueryable : IQueryable, IEnumerable
Public Interface IMongoQueryable Inherits IQueryable, IEnumerable
type IMongoQueryable =
interface
interface IQueryable
interface IEnumerable
end
The IMongoQueryable type exposes the following members.
Properties
| | Name | Description | |
| ---------------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| | ElementType | Gets the type of the element(s) that are returned when the expression tree associated with this instance of IQueryable is executed. (Inherited from IQueryable.) |
|
| Expression | Gets the expression tree that is associated with the instance of IQueryable. (Inherited from IQueryable.) |
|
| Provider | Gets the query provider that is associated with this data source. (Inherited from IQueryable.) |
Methods
Extension Methods
See Also