Click or drag to resize

SortOrder Enumeration

Represents the order criterion used in database queries or sort actions.

Namespace:  PDTec.IceNet.Core.Database
Assembly:  PDTec.IceNet.Core (in PDTec.IceNet.Core.dll) Version: 7.2.0.0 (7.2.7583.15464)
Syntax
C#
public enum SortOrder
Members
  Member nameValueDescription
Ascending0 Start with the smallest, proceed with subsequently increasing values, finish with the largest value.
Descending1 Start with the largest, proceed with subsequently decreasing values, finish with the smallest value.
See Also