Class AggregateFunctionsGroup
The group aggregation functions and results
Inherited Members
Namespace: Telerik.DataSource
Assembly: Telerik.DataSource.dll
Syntax
public class AggregateFunctionsGroup : Group, IGroup
Constructors
AggregateFunctionsGroup()
Declaration
public AggregateFunctionsGroup()
Properties
AggregateFunctionsProjection
Gets or sets the aggregate functions projection for this group. This projection is used to generate aggregate functions results for this group.
Declaration
public object AggregateFunctionsProjection { get; set; }
Property Value
System.Object
The aggregate functions projection. |
Aggregates
Declaration
public IDictionary<string, object> Aggregates { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, System.Object>
|
Methods
GetAggregateResults(IEnumerable<AggregateFunction>)
Gets the aggregate results generated for the given aggregate functions.
Declaration
public AggregateResultCollection GetAggregateResults(IEnumerable<AggregateFunction> functions)
Parameters
System.Collections.Generic.IEnumerable<AggregateFunction>
functions
|
Returns
AggregateResultCollection
The aggregate results for the provided aggregate functions. |
Exceptions
System.ArgumentNullException
|