Click or drag to resize

OrderingProperty Method

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.0.0-b0364
Syntax
C#
public static ISortOrder Property(
	string name
)

Parameters

name
Type: SystemString
The path of the property whose value will be used to sort the results of the query

Return Value

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