MongoDB.Driver.Linq Namespace (original) (raw)
MongoDB .NET Driver API Documentation
The MongoDB.Driver.Linq namespace contains the LINQ related classes.
Classes
Interfaces
| | Interface | Description | |
| ------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- |
| | IMongoQueryable | Provides functionality to evaluate queries against MongoDB. |
|
| IMongoQueryableT | Provides functionality to evaluate queries against MongoDB wherein the type of the data is known. |
|
| IOrderedMongoQueryableT | Represents the result of a sorting operation. |
Enumerations
| | Enumeration | Description | |
| ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ----------------------------------------------- |
| | OrderByDirection | Represents the direction of an order by clause. |