ICustomAggregateFunction Methods
Declares the base functionality for custom aggregate functions.
Name | Description |
---|---|
Evaluate |
When implemented by a custom function, evaluates it on the client.
Inherited from ICustom |
Get |
Returns the type of the custom function implemented by the ICustom |
Result |
When implemented by a custom function, determines its return value type based on the type of function operands (parameters).
Inherited from ICustom |
See Also