IFindFluent<TDocument, TProjection> Interface |
Namespace: MongoDB.Driver
The IFindFluent< TDocument, TProjection> type exposes the following members.
Name | Description | |
---|---|---|
![]() | CountAsync |
Counts the number of documents.
|
![]() | Limit |
Limits the number of documents.
|
![]() | Project<TNewProjection> |
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 IAsyncCursorSource<TDocument>.) |
Name | Description | |
---|---|---|
![]() | ForEachAsync<TProjection>(Func<TProjection, Task>, CancellationToken) | Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorSourceExtensions.) |
![]() | ForEachAsync<TProjection>(Func<TProjection, Int32, Task>, CancellationToken) | Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorSourceExtensions.) |
![]() | ForEachAsync<TProjection>(Action<TProjection>, CancellationToken) | Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorSourceExtensions.) |
![]() | ForEachAsync<TProjection>(Action<TProjection, Int32>, CancellationToken) | Overloaded.
Calls a delegate for each document returned by the cursor.
(Defined by IAsyncCursorSourceExtensions.) |
![]() | ToListAsync<TProjection> |
Returns a list containing all the documents returned by the cursor returned by a cursor source.
(Defined by IAsyncCursorSourceExtensions.) |