IEtlPlainDataConsumer.ClearConsumer

Syntax

ClearConsumer: Boolean;

Description

The ClearConsumer property determines whether it is necessary to clear a consumer before adding records. If the property value is True a consumer is cleared, if the value is False, it is not. The default value of this property is True.

Example

The property use is given in the example for IEtlPlainDataConsumer.KeyFieldNames.

See also:

IEtlPlainDataConsumer