Click or drag to resize
IAggregateFunctionsProviderAggregateFunctions Property
Gets the aggregate functions used when grouping is executed.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
IEnumerable<AggregateFunction> AggregateFunctions { get; }

Property Value

Type: IEnumerableAggregateFunction
The aggregate functions that will be used in grouping.
See Also