MaxFunction
Class
MAX aggregation function
Definition
Namespace:Telerik.DataSource
Assembly:Telerik.DataSource.dll
Syntax:
C#
public class MaxFunction : EnumerableSelectorAggregateFunction
Inheritance: objectJsonObjectAggregateFunctionEnumerableAggregateFunctionBaseEnumerableSelectorAggregateFunctionMaxFunction...
Inherited Members
Constructors
Initializes a new instance of the MaxFunction class.
C#
public MaxFunction()
Properties
Gets the Max method name.
C#
public override string AggregateMethodName { get; }
Max.
Overrides: