Creates an object that will sort based on the value in the given
property path
Namespace:
Couchbase.Lite.Query
Assembly:
Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax public static ISortOrder Property(
string property
)
Parameters
- property
- Type: SystemString
The path of the property whose value will be used
to sort the results of the query
Return Value
Type:
ISortOrderThe object that will perform the sort
See Also