KREDOR Business Object Framework Documentation

SelectFrom.OrderBy Method (OrderBy[])

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

public SelectFrom OrderBy(
   params OrderBy[] orderByInstances
);

Parameters

OrderBy[]
A sequence of Kredor.BO.OrderBy objects representing SQL 'ORDER BY' clauses

Return Value

The current Kredor.BO.SelectFrom instance with the OrderBy clause appended.

See Also

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