IEtlPlainDataDeduplicate.Rule

Syntax

Rule: ETLAgregateFormula;

Description

The Rule property determines the rule of calculated values selection.

Comments

Two rules are used on deleting duplicates:

  1. Record satisfies condition.

  2. Record does not satisfy condition.

If the Rule property is set to the ETLAgregateFormula.Max value, the second rule is applied. In other cases the first rule is applied.

Example

The example of use is given in the Examples subsection in the example for creating the Delete Duplicates converter.

See also:

IEtlPlainDataDeduplicate