ClassMinFunction
Class
MIN aggregation function
Definition
Namespace:Telerik.DataSource
Assembly:Telerik.DataSource.dll
Syntax:
cs-api-definition
public class MinFunction : EnumerableSelectorAggregateFunction
Inheritance: objectJsonObjectAggregateFunctionEnumerableAggregateFunctionBaseEnumerableSelectorAggregateFunctionMinFunction
Inherited Members
Constructors
MinFunction()
Initializes a new instance of the MinFunction class.
Declaration
cs-api-definition
public MinFunction()
Properties
AggregateMethodName
Gets the Min method name.
Declaration
cs-api-definition
public override string AggregateMethodName { get; }
Property Value
Min
.
Overrides