KREDOR Business Object Framework Documentation

OrderBy Members

OrderBy overview

Public Static Operators

Equality Operator Determines if this instance is equal to the specified object.
Inequality Operator Determines if this instance is not equal to the specified object.

Public Instance Constructors

OrderBy Overloaded. Initializes a new instance of the OrderBy class.

Public Instance Properties

Ascending Gets a OrderBy instance specifying sorting by the same property/column as the current instance but in Ascending order.
Descending Gets a OrderBy instance specifying sorting by the same property/column as the current instance but in Descending order.
Direction Gets the Kredor.BO.OrderDirection of this OrderBy instance.

Public Instance Methods

Compare Compares the specified object instances by this OrderBy instance' property name.
Equals Determines if this instance is equal to the specified object.
GetHashCode Gets the hash code of this instance.
GetType (inherited from Object)Gets the Type of the current instance.
ToString Returns the SQL string representation of this OrderBy expression. For example: "[LastName] DESC"

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

OrderBy Class | Kredor.BO Namespace | SelectFrom | Column