Class SortOrder
Specifies how sessions are sorted.
Inheritance
System.Object
    SortOrder
  Namespace: MESL.SqlRace.Domain
Assembly: MESL.SqlRace.Domain.dll
Syntax
public sealed class SortOrder : Enum
  Fields
Ascending
Sessions are sorted in ascending order.
Declaration
public const SortOrder Ascending
  Field Value
| Type | Description | 
|---|---|
| SortOrder | 
Descending
Sessions are sorted in descending order.
Declaration
public const SortOrder Descending
  Field Value
| Type | Description | 
|---|---|
| SortOrder | 
Unspecified
The default. No sort order is specified.
Declaration
public const SortOrder Unspecified
  Field Value
| Type | Description | 
|---|---|
| SortOrder | 
value__
Declaration
public int value__
  Field Value
| Type | Description | 
|---|---|
| System.Int32 |