CBLQuerySortOrder
@interface CBLQuerySortOrder : CBLQueryOrderingCBLQuerySortOrder allows to specify the ordering direction which is an ascending or a descending order
- 
                  
                  Create an ascending CBLQueryOrdering instance. DeclarationObjective-C - (nonnull CBLQueryOrdering *)ascending;Return ValueAn ascending CBLQueryOrdering instance. 
- 
                  
                  Create a descending CBLQueryOrdering instance. DeclarationObjective-C - (nonnull CBLQueryOrdering *)descending;Return ValueA descending CBLQueryOrdering instance. 
- 
                  
                  Not available. DeclarationObjective-C - (nonnull instancetype)init;
 CBLQuerySortOrder Class Reference
        CBLQuerySortOrder Class Reference