New to Telerik UI for BlazorStart a free 30-day trial

MIN aggregation function

Definition

Namespace:Telerik.DataSource

Assembly:Telerik.DataSource.dll

Syntax:

C#
public class MinFunction : EnumerableSelectorAggregateFunction

Inheritance: objectJsonObjectAggregateFunctionEnumerableAggregateFunctionBaseEnumerableSelectorAggregateFunctionMinFunction...

Inherited Members AggregateFunction.CreateAggregateExpression(Expression, bool)AggregateFunction.GenerateFunctionName()AggregateFunction.Serialize(IDictionary<string, object>)AggregateFunction.CaptionAggregateFunction.SourceFieldAggregateFunction.FunctionNameAggregateFunction.MemberTypeAggregateFunction.ResultFormatStringJsonObject.ToJson()...

Constructors

Initializes a new instance of the MinFunction class.

C#
public MinFunction()

Properties

Gets the Min method name.

C#
public override string AggregateMethodName { get; }
Property Value:

Min.

Overrides: AggregateFunction.AggregateMethodName