Class
LastFunction

LAST OR DEFAULT aggregation function

Definition

Constructors

LastFunction()

Initializes a new instance of the LastFunction class.

Declaration

cs-api-definition
public LastFunction()

Properties

AggregateMethodName

Gets the Last method name.

Declaration

cs-api-definition
public override string AggregateMethodName { get; }

Property Value

string

Last.

Overrides AggregateFunction.AggregateMethodName