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

AVERAGE aggregation function

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

C#
public class AverageFunction : EnumerableSelectorAggregateFunction

Inheritance: objectJsonObjectAggregateFunctionEnumerableAggregateFunctionBaseEnumerableSelectorAggregateFunctionAverageFunction...

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 AverageFunction class.

C#
public AverageFunction()

Properties

Gets the Average method name.

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

Average.

Overrides: AggregateFunction.AggregateMethodName