Discribes a query block that can create an order by clause as its following block

interface ICanPrecedeOrderBy {
    orderBy(field: string, direction: OrderClauseDirection): OrderByBlock;
}

Implemented by

Methods

Methods