IDtProvider.FetchErrors

Fore Syntax

FetchErrors: IDtErrors;

Fore.NET Syntax

FetchErrors: Prognoz.Platform.Interop.Dt.IDtErrors;

Description

The FetchErrors property returns errors occurred on data import.

Comments

To set the maximum number of errors on data import, use the IDtBaseErrors.MaxErrors property, to set the maximum number of stored errors, use the IDtBaseErrors.MaxItems property.

Fore and Fore.NET Examples

The method use is given in the example for IDtProvider.FilterIf.

See also:

IDtProvider