KREDOR Business Object Framework Documentation

OrderBy Constructor

Instantiates a simple OrderBy clause sorting by the specified property/column in the specified order.

Overload List

Instantiates a simple OrderBy clause sorting by the specified object property (or column) in ascending order.

public OrderBy(String);

Instantiates a simple OrderBy clause sorting by the specified property/column in the specified order.

public OrderBy(String,OrderDirection);

See Also

OrderBy Class | Kredor.BO Namespace