IFindFluentExtensions Class |
Namespace: MongoDB.Driver
The IFindFluentExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | FirstAsync<TDocument, TProjection> |
Get the first result.
|
![]() ![]() | FirstOrDefaultAsync<TDocument, TProjection> |
Get the first result or null.
|
![]() ![]() | Project<TDocument, TProjection>(IFindFluent<TDocument, TProjection>, ProjectionDefinition<TDocument, BsonDocument>) |
Projects the result.
|
![]() ![]() | Project<TDocument, TProjection, TNewProjection>(IFindFluent<TDocument, TProjection>, Expression<Func<TDocument, TNewProjection>>) |
Projects the result.
|
![]() ![]() | SingleAsync<TDocument, TProjection> |
Gets a single result.
|
![]() ![]() | SingleOrDefaultAsync<TDocument, TProjection> |
Gets a single result or null.
|
![]() ![]() | SortBy<TDocument, TProjection> |
Sorts the results by an ascending field.
|
![]() ![]() | SortByDescending<TDocument, TProjection> |
Sorts the results by a descending field.
|
![]() ![]() | ThenBy<TDocument, TProjection> |
Adds an ascending field to the existing sort.
|
![]() ![]() | ThenByDescending<TDocument, TProjection> |
Adds a descending field to the existing sort.
|