Class
AverageFunction

AVERAGE aggregation function

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

cs-api-definition
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

AverageFunction()

Initializes a new instance of the AverageFunction class.

Declaration

cs-api-definition
public AverageFunction()

Properties

AggregateMethodName

Gets the Average method name.

Declaration

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

Property Value

string

Average.

Overrides AggregateFunction.AggregateMethodName