KREDOR Business Object Framework Documentation

SelectFrom.OrderBy Method (String)

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

public SelectFrom OrderBy(
   String column
);

Parameters

String
The name of the column by which to order.

Return Value

A Kredor.BO.SelectFrom instance

See Also

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