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