The CountDistinctAgg type exposes the following members.

Methods

  Name Description
Public method Finish
Returns the aggregated value.
(Overrides DataAggregateFunction..::..Finish()()()().)
Public method GetEmptyValue
Gets the aggregate value corresponding to an empty list.
(Overrides DataAggregateFunction..::..GetEmptyValue()()()().)
Public method Iterate
Aggregates a value.
(Overrides DataAggregateFunction..::..Iterate(Object).)
Public method Reset
Resets the current aggregate.
(Overrides DataAggregateFunction..::..Reset()()()().)

See Also