| 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.0.0-b0713
 Syntax
Syntaxpublic static ISortOrder Expression(
	IExpression expression
)
Parameters
- expression
- Type: Couchbase.Lite.QueryIExpression
 The expression to use when sorting
Return Value
Type: 
ISortOrderThe object that will perform the sort
 See Also
See Also