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