Iterate Method (DataAggregateFunction)
In This Topic
This method is called for each value in the data scope.
Should be overridden in derived classes.
Syntax
'Declaration
Public MustOverride Sub Iterate( _
ByVal As Object _
)
public abstract void Iterate(
object
)
Parameters
- v
- A value to aggregate.
See Also