Click or drag to resize

AggregationFunction Methods

The AggregationFunction type exposes the following members.

Methods
  NameDescription
Public methodClear
Clear out the collection.
Public methodEnter
Apply the value as entering aggregation (entering window).

The value can be null since 'null' values may be counted as unique separate values.

Public methodLeave
Apply the value as leaving aggregation (leaving window).

The value can be null since 'null' values may be counted as unique separate values.

Top
See Also