Click or drag to resize

OrderByFactoryOrderBy 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-b0154
Syntax
C#
public static IOrderBy OrderBy(
	params IOrderBy[] orderBy
)

Parameters

orderBy
Type: Couchbase.Lite.QueryIOrderBy
The child objects to sort based on

Return Value

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