IOrderedFindFluent<TDocument, TProjection> Interface |
Namespace: MongoDB.Driver
public interface IOrderedFindFluent<TDocument, TProjection> : IFindFluent<TDocument, TProjection>, IAsyncCursorSource<TProjection>
The IOrderedFindFluent< TDocument, TProjection> type exposes the following members.
Name | Description | |
---|---|---|
![]() | CountAsync |
Counts the number of documents.
(Inherited from IFindFluent<TDocument, TProjection>.) |
![]() | Limit |
Limits the number of documents.
(Inherited from IFindFluent<TDocument, TProjection>.) |
![]() | Project<TNewProjection> |
Projects the the result.
(Inherited from IFindFluent<TDocument, TProjection>.) |
![]() | Skip |
Skips the the specified number of documents.
(Inherited from IFindFluent<TDocument, TProjection>.) |
![]() | Sort |
Sorts the the documents.
(Inherited from IFindFluent<TDocument, TProjection>.) |
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | Filter |
Gets or sets the filter.
(Inherited from IFindFluent<TDocument, TProjection>.) |
![]() | Options |
Gets the options.
(Inherited from IFindFluent<TDocument, TProjection>.) |