Finish Method (DataAggregateFunction)
In This Topic
This method is called when iteration over data scope is finished.
Should be overridden in derived classes.
Syntax
'Declaration
Public MustOverride Function Finish() As Object
public abstract object Finish()
Return Value
The value of the aggregate function.
See Also