IEtlPlainDataUserConsumer.ExMode

Fore syntax

ExMode: Boolean;

Fore.NET syntax

ExMode: boolean;

Description

The ExMode property determines whether user consumer supports Fore.NET except for Fore.

Comments

Available values:

Type of the IDtUserConsumer interface allowing to specify only the Fore class for user consumer interface implementation cannot manage size of inserted data that leads to extensive memory use. It is more rational to use a new type of the IDtUserConsumerEx interface that allows to specify Fore/Fore.NET class for implementing system interface of user consumer. Implementation of Fore.NET class allows to use partial data insert.

To determines whether user provider supports Fore.NET except for Fore, use IEtlPlainDataUserProvider.ExMode.

Fore and Fore.NET example

The property use is given in the example for IEtlPlainDataUserProvider.ExMode.

See also:

IEtlPlainDataUserConsumer