Click or drag to resize

PFQueryBuilderGroupBy 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 PFQueryBuilder GroupBy(
	string fieldName,
	bool ascending = true
)

Parameters

fieldName
Type: SystemString
ascending (Optional)
Type: SystemBoolean

Return Value

Type: PFQueryBuilder
See Also