KREDOR Business Object Framework Documentation

OrderByAttribute Constructor

Initializes an instance of the Attribute instructing to sort the joined collection by the specified column in ascending order.

Overload List

Initializes an instance of the Attribute instructing to sort the joined collection by the specified column in ascending order.

public OrderByAttribute(String);

Initializes an instance of the Attribute instructing that the joined collection be sorted by the specified column in the specified direction.

public OrderByAttribute(String,OrderDirection);

See Also

OrderByAttribute Class | Kredor.BO Namespace