Class SumFunction
SUM aggregation function
Inheritance
System.Object
Telerik.DataSource.EnumerableAggregateFunctionBase
Telerik.DataSource.EnumerableSelectorAggregateFunction
SumFunction
Inherited Members
Namespace: Telerik.DataSource
Assembly: Telerik.DataSource.dll
Syntax
public class SumFunction : EnumerableSelectorAggregateFunction
Constructors
SumFunction()
Properties
AggregateMethodName
Gets the Min method name.
Declaration
public override string AggregateMethodName { get; }
Property Value
System.String
|