Adds a new group.
Namespace:
Packflow.Core
Assembly:
MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax public PFQueryGroup AddGroup(
string fieldName,
PFQueryOrderType order = PFQueryOrderType.Ascending
)
Parameters
- fieldName
- Type: SystemString
Name of the field/column. - order (Optional)
- Type: Packflow.CorePFQueryOrderType
How grouped results are sorted.
Return Value
Type:
PFQueryGroupThe created group.
See Also