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