Click or drag to resize

SortOrder Enumeration

Defines the supported sort orders.

Namespace:  Enkoni.Framework
Assembly:  Enkoni.Framework (in Enkoni.Framework.dll) Version: 1.3.0.1
Syntax
public enum SortOrder
Members
  Member nameValueDescription
Ascending0Indicates that the objects should be sorted 'smallest first'.
Descending1Indicates that the objects should be sorted 'biggest first'.
See Also