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