orderByAll method Null safety
- Iterable<
OrderingInterface> orderings
Creates and returns a ORDER BY
clause query component with the given
orderings
.
Implementation
OrderBy orderByAll(Iterable<OrderingInterface> orderings);
Creates and returns a ORDER BY
clause query component with the given
orderings
.
OrderBy orderByAll(Iterable<OrderingInterface> orderings);