Click or drag to resize

OrderingExpression Method

Creates an object that will sort based on the given expression

Namespace:  Couchbase.Lite.Query
Assembly:  Couchbase.Lite (in Couchbase.Lite.dll) Version: 2.1.0-b0232
Syntax
C#
public static ISortOrder Expression(
	IExpression expression
)

Parameters

expression
Type: Couchbase.Lite.QueryIExpression
The expression to use when sorting

Return Value

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