ICustomAggregateConvertibleToExpression Methods
Implemented by custom aggregate functions that can be converted to a LINQ expression.
Name | Description |
---|---|
Convert |
When implemented by a custom aggregate function, converts it to a Linq expression. |
Create |
An object that stores the result’s intermediate state between the Process |
Get |
Gets a custom aggregate function‘s result.
Inherited from ICustom |
Process |
Is called to process every element of a collection supplied to a custom aggregate function.
Inherited from ICustom |
Result |
When implememnted by a custom aggregate function, determines its return value type based on the type of aggregate function parameters.
Inherited from ICustom |
See Also