AverageFunction
Class
AVERAGE aggregation function
Definition
Namespace:Telerik.DataSource
Assembly:Telerik.DataSource.dll
Syntax:
C#
public class AverageFunction : EnumerableSelectorAggregateFunction
Inheritance: objectJsonObjectAggregateFunctionEnumerableAggregateFunctionBaseEnumerableSelectorAggregateFunctionAverageFunction...
Inherited Members
Constructors
Initializes a new instance of the AverageFunction class.
C#
public AverageFunction()
Properties
Gets the Average method name.
C#
public override string AggregateMethodName { get; }
Average.
Overrides: