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-b0074
Syntaxpublic static IOrderBy OrderBy(
params IOrderBy[] orderBy
)
Parameters
- orderBy
- Type: Couchbase.Lite.QueryIOrderBy
The child objects to sort based on
Return Value
Type:
IOrderByThe object that will perform the sort
See Also