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;ParametersnameA 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;ParametersexpressionAn expression instance. Return ValueA sort order instance. 
- 
                  
                  Undocumented DeclarationObjective-C - (instancetype) init NS_UNAVAILABLE;
 CBLQueryOrdering Class Reference
        CBLQueryOrdering Class Reference