PFQueryAggregations Property |
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
[DataMemberAttribute] public List<PFQueryAggregation> Aggregations { get; set; }