Table of Contents

Interface IOrderedFindFluent<TDocument, TProjection>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Fluent interface for find.

public interface IOrderedFindFluent<TDocument, TProjection> : IFindFluent<TDocument, TProjection>, IAsyncCursorSource<TProjection>

Type Parameters

TDocument

The type of the document.

TProjection

The type of the projection (same as TDocument if there is no projection).

Inherited Members
Extension Methods