New to Telerik UI for BlazorStart a free 30-day trial

SUM aggregation function

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

C#
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

Initializes a new instance of the SumFunction class.

C#
public SumFunction()

Properties

Gets the Min method name.

C#
public override string AggregateMethodName { get; }
Property Value:

Min.

Overrides: AggregateFunction.AggregateMethodName