Mindscape LightSpeed - User Reference & API Documentation
Order Class
API ReferenceMindscape.LightSpeed.QueryingOrder
Specification of the order in which results of a Query should be returned.
Declaration Syntax
C#Visual Basic
public sealed class Order
Public NotInheritable Class Order
Members
All MembersMethods



IconMemberDescription
AndBy(String)
Add another attribute to the Order specification.

By(String)
Creates a new Order specification.

Descending()()()
Specify descending order.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Overrides Object.Equals(Object).)
GetHashCode()()()
Serves as a hash function for a particular type. GetHashCode()()() is suitable for use in hashing algorithms and data structures like a hash table.
(Overrides Object.GetHashCode()()().)
Parse(String)
Creates an Order based on the supplied order by clause.

ToString()()()
Returns a String that represents the current Object.
(Overrides Object.ToString()()().)
Inheritance Hierarchy
Object
Order

Assembly: Mindscape.LightSpeed (Module: Mindscape.LightSpeed) Version: 1.2.1393.0 (1.2.1393.0)