OrderBy
public final class OrderBy: Query, LimitRouterAn OrderBy represents an ORDER BY clause of the query statement.
- 
                  
                  Creates and chains a Limit object to limit the number query results. DeclarationSwift public func limit(_ limit: ExpressionProtocol) -> LimitParameterslimitThe limit expression. Return ValueThe Limit object that represents the LIMIT clause of the query. 
- 
                  
                  Creates and chains a Limit object to skip the returned results for the given offset position and to limit the number of results to not more than the given limit value. DeclarationSwift public func limit(_ limit: ExpressionProtocol, offset: ExpressionProtocol?) -> LimitReturn ValueThe Limit object that represents the LIMIT clause of the query. 
 OrderBy Class Reference
        OrderBy Class Reference