Class
MaxFunction

MAX aggregation function

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

cs-api-definition
public class MaxFunction : EnumerableSelectorAggregateFunction

Inheritance: objectJsonObjectAggregateFunctionEnumerableAggregateFunctionBaseEnumerableSelectorAggregateFunctionMaxFunction

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

Constructors

MaxFunction()

Initializes a new instance of the MaxFunction class.

Declaration

cs-api-definition
public MaxFunction()

Properties

AggregateMethodName

Gets the Max method name.

Declaration

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

Property Value

string

Max.

Overrides AggregateFunction.AggregateMethodName