Click or drag to resize
AggregateFunctionsGroupGetAggregateResults Method
Gets the aggregate results generated for the given aggregate functions.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public AggregateResultCollection GetAggregateResults(
	IEnumerable<AggregateFunction> functions
)

Parameters

functions
Type: System.Collections.GenericIEnumerableAggregateFunction

Field Value

Type: AggregateResultCollection
The aggregate results for the provided aggregate functions.
Exceptions
ExceptionCondition
ArgumentNullExceptionfunctions is null.
See Also