Click or drag to resize

PFQueryOrderType Enumeration

Describes how elements must be sorted.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataContractAttribute]
public enum PFQueryOrderType
Members
  Member nameValueDescription
Ascending0 From the smallest to the highest value.
Descending1 From the highest to the smallest value.
See Also