Ordering
public final class OrderingOrdering factory.
- 
                  
                  Create an Ordering instance with the given property name. DeclarationSwift public static func property(_ property: String) -> QuerySortOrderParameterspropertyThe property name. Return ValueThe SortOrder object used for specifying the sort order, ascending or descending order. 
- 
                  
                  Create an Ordering instance with the given expression. DeclarationSwift public static func expression(_ expression: ExpressionProtocol) -> QuerySortOrderParametersexpressionThe Expression object. Return ValueThe SortOrder object used for specifying the sort order, ascending or descending order. 
 Ordering Class Reference
        Ordering Class Reference