IOrderedFindFluentTDocument, TProjection Interface |
Namespace: MongoDB.Driver
public interface IOrderedFindFluent<TDocument, TProjection> : IFindFluent<TDocument, TProjection>, IAsyncCursorSource<TProjection>
The IOrderedFindFluentTDocument, TProjection type exposes the following members.
Name | Description | |
---|---|---|
![]() | AsTResult |
A simplified type of projection that changes the result type by using a different serializer.
(Inherited from IFindFluentTDocument, TProjection.) |
![]() | CountAsync |
Counts the number of documents.
(Inherited from IFindFluentTDocument, TProjection.) |
![]() | Limit |
Limits the number of documents.
(Inherited from IFindFluentTDocument, TProjection.) |
![]() | ProjectTNewProjection |
Projects the the result.
(Inherited from IFindFluentTDocument, TProjection.) |
![]() | Skip |
Skips the the specified number of documents.
(Inherited from IFindFluentTDocument, TProjection.) |
![]() | Sort |
Sorts the the documents.
(Inherited from IFindFluentTDocument, TProjection.) |
![]() | 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.) |
Name | Description | |
---|---|---|
![]() | Filter |
Gets or sets the filter.
(Inherited from IFindFluentTDocument, TProjection.) |
![]() | Options |
Gets the options.
(Inherited from IFindFluentTDocument, TProjection.) |