ExMode: Boolean;
ExMode: boolean;
The ExMode property determines whether user consumer supports Fore.NET except for Fore.
Available values:
True. User consumer supports Fore/Fore.NET because the IDtUserConsumerEx interface is used that supports working with Fore/Fore.NET
False. By default. User consumer supports only Fore because the IDtUserConsumer interface is used that does not support working with Fore.NET.
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.
The property use is given in the example for IEtlPlainDataUserProvider.ExMode.
See also: