KREDOR Business Object Framework Documentation

SelectFrom.OrderBy Method

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

Overload List

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

public SelectFrom OrderBy(params OrderBy[]);

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

public SelectFrom OrderBy(String);

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

public SelectFrom OrderBy(String,OrderDirection);

See Also

SelectFrom Class | Kredor.BO Namespace | OrderBy