Click or drag to resize

OrderingOrderBy Method

Creates an aggregate object that will sort based on the passed child objects in order

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.0.0-b0364
Syntax
C#
public static IOrdering OrderBy(
	params IOrdering[] ordering
)

Parameters

ordering
Type: Couchbase.Lite.QueryIOrdering
The child objects to sort based on

Return Value

Type: IOrdering
The object that will perform the sort
See Also