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 public static IOrdering OrderBy(
params IOrdering[] ordering
)
Parameters
- ordering
- Type: Couchbase.Lite.QueryIOrdering
The child objects to sort based on
Return Value
Type:
IOrderingThe object that will perform the sort
See Also