KREDOR Business Object Framework Documentation

SelectFrom.OrderBy Method (String, OrderDirection)

Appends the specified ORDER BY clause to the current SelectFrom instance.

public SelectFrom OrderBy(
   String column,
   OrderDirection direction
);

Parameters

String
The name of the column by which to order.
OrderDirection
The direction of the ordering (Ascending or Descending).

Return Value

A Kredor.BO.SelectFrom instance

See Also

SelectFrom Class | Kredor.BO Namespace | SelectFrom.OrderBy Overload List | OrderDirection | ArrayList