IEtlPlainDataBulkConsumer.ActionOnProblem

Fore Syntax

ActionOnProblem: EtlActionOnProblem;

Fore.NET Syntax

ActionOnProblem: Prognoz.Platform.Interop.Etl.EtlActionOnProblem;

Description

The ActionOnProblem property determines a method of handling the errors that may occur on data loading.

Comments

To determine name of the file for error (skipped) records, use the IEtlPlainDataBulkConsumer.InvalidRecsFileName property.

Fore and Fore.NET Examples

The property use is given in example for the IEtlPlainDataBulkConsumer.EventId property.

See also:

IEtlPlainDataBulkConsumer