LastFunction
Class
LAST OR DEFAULT aggregation function
Definition
Namespace:Telerik.DataSource
Assembly:Telerik.DataSource.dll
Syntax:
C#
public class LastFunction : EnumerableAggregateFunction
Inheritance: objectJsonObjectAggregateFunctionEnumerableAggregateFunctionBaseEnumerableAggregateFunctionLastFunction...
Inherited Members
Constructors
Initializes a new instance of the LastFunction class.
C#
public LastFunction()
Properties
Gets the Last method name.
C#
public override string AggregateMethodName { get; }
Last.
Overrides: