Click or drag to resize

PFQueryGroups Property

Gets or sets the list of groups.

If used, the query will return grouped objects with aggregated values, instead of targeted objects.

Namespace:  Packflow.Core
Assembly:  MicaSystems.Packflow.Core (in MicaSystems.Packflow.Core.dll) Version: 1.0.0.0 (3.2.0.306)
Syntax
C#
[DataMemberAttribute]
public List<PFQueryGroup> Groups { get; set; }

Property Value

Type: ListPFQueryGroup
See Also