Click or drag to resize

SortDefinitionBuilder<TDocument>.Combine Method (IEnumerable<SortDefinition<TDocument>>)

Creates a combined sort.

Namespace:  MongoDB.Driver
Assembly:  MongoDB.Driver (in MongoDB.Driver.dll) Version: 2.15.0+f503bf610759c13f78cff9a3c01e91453185d2ed
Syntax
public SortDefinition<TDocument> Combine(
	IEnumerable<SortDefinition<TDocument>> sorts
)

Parameters

sorts
Type: System.Collections.Generic.IEnumerable<SortDefinition<TDocument>>
The sorts.

Return Value

Type: SortDefinition<TDocument>
A combined sort.
See Also