ICustomAggregate Members
In This Article
#Properties
Name | Description |
---|---|
Name | When implemented by a custom aggregate function, specifies its name. |
#Methods
Name | Description |
---|---|
Create |
An object that stores the result’s intermediate state between the Process |
Get |
Gets a custom aggregate function‘s result. |
Process |
Is called to process every element of a collection supplied to a custom aggregate function. |
Result |
When implememnted by a custom aggregate function, determines its return value type based on the type of aggregate function parameters. |
See Also