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