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 public enum PFQueryFieldUse
Members
| Member name | Value | Description |
---|
| Select | 0 |
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.
|
| Filter | 1 |
The field is used in a filter.
|
| Order | 2 |
The field is used for ordering.
|
| Aggregate | 3 |
The field is used as an aggregation.
|
| Group | 4 |
The field is grouped.
|
See Also