Class
SumFunction

SUM aggregation function

Definition

Constructors

SumFunction()

Initializes a new instance of the SumFunction class.

Declaration

public SumFunction()

Properties

AggregateMethodName

Gets the Min method name.

Declaration

public override string AggregateMethodName { get; }

Property Value

string

Min.

Overrides AggregateFunction.AggregateMethodName