ExMode: Boolean;
ExMode: boolean;
The ExMode property determines whether user consumer supports Fore.NET along with Fore.
Available values:
True. User consumer supports Fore/Fore.NET because the IDtUserConsumerEx interface is used that supports working with Fore/Fore.NET
False. Default. User consumer supports only Fore because the IDtUserConsumer interface is used that does not support working with Fore.NET.
The 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 for specifying Fore/Fore.NET class for implementing system interface of user consumer. Implementation of Fore.NET class allows for the use of partial data insert.
To determines whether user provider supports Fore.NET along with Fore, use IEtlPlainDataUserProvider.ExMode.
The property use is given in the example for IEtlPlainDataUserProvider.ExMode.
See also: