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