Click or drag to resize
AggregateFunctionCreateAggregateExpression Method
Creates the aggregate expression that is used for constructing expression tree that will calculate the aggregate result.

Namespace: Kettic.AspNet.Data
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public abstract Expression CreateAggregateExpression(
	Expression enumerableExpression
)

Parameters

enumerableExpression
Type: System.Linq.ExpressionsExpression
The grouping expression.

Return Value

Type: Expression
See Also