Click or drag to resize

PFQueryAggregations Property

Gets or sets the list of aggregations.

When used without groups in a query, one PFGroupedObject is returned containing aggregations of all objects.

When used with groups in a query, each returned PFGroupedObject will contain these aggregations.

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<PFQueryAggregation> Aggregations { get; set; }

Property Value

Type: ListPFQueryAggregation
See Also