Table of Contents

Method ThenBy

Namespace
MongoDB.Driver
Assembly
MongoDB.Driver.dll

ThenBy(SortDefinition<TResult>)

Combines the current sort definition with an additional sort definition.

IOrderedAggregateFluent<TResult> ThenBy(SortDefinition<TResult> newSort)

Parameters

newSort SortDefinition<TResult>

The new sort.

Returns

IOrderedAggregateFluent<TResult>

The fluent aggregate interface.