MongoDB.Driver.Linq Namespace (original) (raw)

MongoDB .NET Driver API Documentation

Click or drag to resizeClick or drag to resize

The MongoDB.Driver.Linq namespace contains the LINQ related classes.

Classes

Interfaces

| | Interface | Description | | | ------------------------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------- | | Public interface | IMongoQueryable | Provides functionality to evaluate queries against MongoDB. | | Public interface | IMongoQueryableT | Provides functionality to evaluate queries against MongoDB wherein the type of the data is known. | | Public interface | IOrderedMongoQueryableT | Represents the result of a sorting operation. |

Enumerations

| | Enumeration | Description | | | ------------------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------- | ----------------------------------------------- | | Public enumeration | OrderByDirection | Represents the direction of an order by clause. |