Class MaxFunction
MAX aggregation function
Inheritance
System.Object
Telerik.DataSource.EnumerableAggregateFunctionBase
Telerik.DataSource.EnumerableSelectorAggregateFunction
MaxFunction
Inherited Members
Namespace: Telerik.DataSource
Assembly: Telerik.DataSource.dll
Syntax
public class MaxFunction : EnumerableSelectorAggregateFunction
Constructors
MaxFunction()
Properties
AggregateMethodName
Gets the Max method name.
Declaration
public override string AggregateMethodName { get; }
Property Value
System.String
|