Class
SumFunction

SUM aggregation function

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

cs-api-definition
public class SumFunction : EnumerableSelectorAggregateFunction

Inheritance: objectJsonObjectAggregateFunctionEnumerableAggregateFunctionBaseEnumerableSelectorAggregateFunctionSumFunction

Inherited Members AggregateFunction.CreateAggregateExpression(Expression, bool)AggregateFunction.GenerateFunctionName()AggregateFunction.Serialize(IDictionary<string, object>)AggregateFunction.CaptionAggregateFunction.SourceFieldAggregateFunction.FunctionNameAggregateFunction.MemberTypeAggregateFunction.ResultFormatStringJsonObject.ToJson()

Constructors

SumFunction()

Initializes a new instance of the SumFunction class.

Declaration

cs-api-definition
public SumFunction()

Properties

AggregateMethodName

Gets the Min method name.

Declaration

cs-api-definition
public override string AggregateMethodName { get; }

Property Value

string

Min.

Overrides AggregateFunction.AggregateMethodName