Class LastFunction
LAST OR DEFAULT aggregation function
Inheritance
System.Object
Telerik.DataSource.EnumerableAggregateFunctionBase
Telerik.DataSource.EnumerableAggregateFunction
LastFunction
Inherited Members
Namespace: Telerik.DataSource
Assembly: Telerik.DataSource.dll
Syntax
public class LastFunction : EnumerableAggregateFunction
Constructors
LastFunction()
Properties
AggregateMethodName
Gets the Last method name.
Declaration
public override string AggregateMethodName { get; }
Property Value
System.String
|