Class EnumerableAggregateFunction
Represents an AggregateFunction that uses aggregate extension methods provided in System.Linq.Enumerable.
Inheritance
System.Object
EnumerableAggregateFunction
Inherited Members
Namespace: Telerik.Windows.Data
Assembly: Telerik.Windows.Data.dll
Syntax
public abstract class EnumerableAggregateFunction : EnumerableAggregateFunctionBase, INotifyPropertyChanged
Constructors
EnumerableAggregateFunction()
Declaration
protected EnumerableAggregateFunction()
Methods
CreateAggregateExpression(Expression)
Creates the aggregate expression that is used for constructing expression tree that will calculate the aggregate result.
Declaration
public override Expression CreateAggregateExpression(Expression enumerableExpression)
Parameters
System.Linq.Expressions.Expression
enumerableExpression
The grouping expression. |
Returns
System.Linq.Expressions.Expression
|