Specification of the order in which results of a Query
should be returned.

C# | Visual Basic |
public sealed class Order
Public NotInheritable Class Order

All Members | Methods | ||||
Icon | Member | Description |
---|---|---|
![]() | AndBy(String) |
Add another attribute to the Order specification.
|
![]() ![]() | By(String) |
Creates a new Order specification.
|
![]() | Descending()()() |
Specify descending order.
|
![]() | Equals(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()()() | (Overrides Object.ToString()()().) |

Object | |
![]() | Order |