Represents sorting order.

Namespace:  Rebex
Assembly:  Rebex.Common (in Rebex.Common.dll)

Syntax

Visual Basic
Public Enumeration SortingOrder
C#
public enum SortingOrder

Members

Member nameDescription
Supported by the .NET Compact FrameworkAscending
Ascending sort order.
Supported by the .NET Compact FrameworkDescending
Descending sort order.

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also