SortOrder
public protocol SortOrder: 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. 
 SortOrder Protocol Reference
        SortOrder Protocol Reference