Click or drag to resize

PFQueryFieldUse Enumeration

Describes a specific use of a field inside a PFQuery.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public enum PFQueryFieldUse
Members
  Member nameValueDescription
Select0 The field is specified for the choice of selected fields (returned by the query). Note: the field can also be specified to NOT be selected.
Filter1 The field is used in a filter.
Order2 The field is used for ordering.
Aggregate3 The field is used as an aggregation.
Group4 The field is grouped.
See Also