ClassMaxFunction
Class
MAX aggregation function
Definition
Namespace:Telerik.DataSource
Assembly:Telerik.DataSource.dll
Syntax:
cs-api-definition
public class MaxFunction : EnumerableSelectorAggregateFunction
Inheritance: objectJsonObjectAggregateFunctionEnumerableAggregateFunctionBaseEnumerableSelectorAggregateFunctionMaxFunction
Inherited Members
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
Max
.
Overrides