Click or drag to resize

PFQueryBuilderAggregate Method

Adds a new 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 PFQueryBuilder Aggregate(
	string aggregationName,
	string fieldName,
	PFQueryAggregationType type = PFQueryAggregationType.Sum
)

Parameters

aggregationName
Type: SystemString
fieldName
Type: SystemString
type (Optional)
Type: Packflow.CorePFQueryAggregationType

Return Value

Type: PFQueryBuilder
See Also