CBLQueryOrdering
@interface CBLQueryOrdering : NSObjectA CBLQueryOrdering represents a single ordering component in the query ORDER BY clause.
- 
                  
                  Create a sort order instance with a given property name. DeclarationObjective-C + (nonnull CBLQuerySortOrder *)property:(nonnull NSString *)name;Swift class func property(_ name: String) -> CBLQuerySortOrderParametersnameA propert name in key path format. Return ValueA sort order instance. 
- 
                  
                  Create a sort order instance with a given expression. DeclarationObjective-C + (nonnull CBLQuerySortOrder *)expression: (nonnull CBLQueryExpression *)expression;Swift class func expression(_ expression: CBLQueryExpression) -> CBLQuerySortOrderParametersexpressionAn expression instance. Return ValueA sort order instance. 
- 
                  
                  Undocumented DeclarationObjective-C - (instancetype) init NS_UNAVAILABLE;
 CBLQueryOrdering Class Reference
        CBLQueryOrdering Class Reference