QuerySortOrder
public protocol QuerySortOrder : OrderingProtocolSortOrder allows to specify the ordering direction which is ascending or descending order. The default ordering is the ascending order.
- 
                  
                  Specifies ascending order. DeclarationSwift func ascending() -> OrderingProtocolReturn ValueThe ascending Ordering object. 
- 
                  
                  Specifies descending order. DeclarationSwift func descending() -> OrderingProtocolReturn ValueThe descending Ordering object. 
 QuerySortOrder Protocol Reference
        QuerySortOrder Protocol Reference