IFindFluentTDocument, TProjection Interface |
Namespace: MongoDB.Driver
The IFindFluentTDocument, TProjection type exposes the following members.
Name | Description | |
---|---|---|
![]() | CountAsync |
Counts the number of documents.
|
![]() | Limit |
Limits the number of documents.
|
![]() | ProjectTNewProjection |
Projects the the result.
|
![]() | Skip |
Skips the the specified number of documents.
|
![]() | Sort |
Sorts the the documents.
|
![]() | ToCursorAsync |
Executes the operation and returns a cursor to the results.
(Inherited from IAsyncCursorSourceTDocument.) |
Name | Description | |
---|---|---|
![]() | ForEachAsyncTProjection(FuncTProjection, Task, CancellationToken) | Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorSourceExtensions.) |
![]() | ForEachAsyncTProjection(FuncTProjection, Int32, Task, CancellationToken) | Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorSourceExtensions.) |
![]() | ForEachAsyncTProjection(ActionTProjection, CancellationToken) | Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorSourceExtensions.) |
![]() | ForEachAsyncTProjection(ActionTProjection, Int32, CancellationToken) | Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorSourceExtensions.) |
![]() | ToListAsyncTProjection |
Returns a list containing all the documents returned by the cursor returned by a cursor source.
(Defined by IAsyncCursorSourceExtensions.) |