Click or drag to resize

PFQueryAddGroup Method

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
C#
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: PFQueryGroup
The created group.
See Also