IFindFluentExtensions Methods |
The IFindFluentExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | FirstAsyncTDocument, TProjection |
Get the first result.
|
![]() ![]() | FirstOrDefaultAsyncTDocument, TProjection |
Get the first result or null.
|
![]() ![]() | ProjectTDocument, TProjection(IFindFluentTDocument, TProjection, ProjectionDefinitionTDocument, BsonDocument) |
Projects the result.
|
![]() ![]() | ProjectTDocument, TProjection, TNewProjection(IFindFluentTDocument, TProjection, ExpressionFuncTDocument, TNewProjection) |
Projects the result.
|
![]() ![]() | SingleAsyncTDocument, TProjection |
Gets a single result.
|
![]() ![]() | SingleOrDefaultAsyncTDocument, TProjection |
Gets a single result or null.
|
![]() ![]() | SortByTDocument, TProjection |
Sorts the results by an ascending field.
|
![]() ![]() | SortByDescendingTDocument, TProjection |
Sorts the results by a descending field.
|
![]() ![]() | ThenByTDocument, TProjection |
Adds an ascending field to the existing sort.
|
![]() ![]() | ThenByDescendingTDocument, TProjection |
Adds a descending field to the existing sort.
|