Click or drag to resize

PFRelationGetByGroup Method

Gets aggregated/grouped objects by a given query.

Note: the query must contain at least one group or aggregation.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
public abstract List<PFGroupedObjects> GetByGroup(
	PFQuery query
)

Parameters

query
Type: Packflow.CorePFQuery

Return Value

Type: ListPFGroupedObjects
See Also