ClassLastFunction
Class
LAST OR DEFAULT aggregation function
Definition
Namespace:Telerik.DataSource
Assembly:Telerik.DataSource.dll
Syntax:
cs-api-definition
public class LastFunction : EnumerableAggregateFunction
Inheritance: objectJsonObjectAggregateFunctionEnumerableAggregateFunctionBaseEnumerableAggregateFunctionLastFunction
Inherited Members
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
Last
.
Overrides