Table of Contents

Interface IOrderedAggregateFluent<TResult>

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

Fluent interface for aggregate.

public interface IOrderedAggregateFluent<TResult> : IAggregateFluent<TResult>, IAsyncCursorSource<TResult>

Type Parameters

TResult

The type of the result.

Inherited Members
Extension Methods

Methods

ThenBy(SortDefinition<TResult>)

Combines the current sort definition with an additional sort definition.