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