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