FirstFunction
Class
FIRST OR DEFAULT aggregation function
Definition
Namespace:Telerik.DataSource
Assembly:Telerik.DataSource.dll
Syntax:
C#
public class FirstFunction : EnumerableAggregateFunction
Inheritance: objectJsonObjectAggregateFunctionEnumerableAggregateFunctionBaseEnumerableAggregateFunctionFirstFunction...
Inherited Members
Constructors
C#
public FirstFunction()
Properties
Gets the First method name.
C#
public override string AggregateMethodName { get; }
First.
Overrides: