AggregateFunctionCreateAggregateExpression Method |
Creates the aggregate expression that is used for constructing expression
tree that will calculate the aggregate result.
Namespace: Kettic.AspNet.DataAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntaxpublic abstract Expression CreateAggregateExpression(
Expression enumerableExpression
)
Public MustOverride Function CreateAggregateExpression (
enumerableExpression As Expression
) As Expression
public:
virtual Expression^ CreateAggregateExpression(
Expression^ enumerableExpression
) abstract
abstract CreateAggregateExpression :
enumerableExpression : Expression -> Expression
Parameters
- enumerableExpression
- Type: System.Linq.ExpressionsExpression
The grouping expression.
Return Value
Type:
Expression
See Also