ClearBeforeExport: Boolean;
ClearBeforeExport: boolean;
The ClearBeforeExport property determines whether to clear the consumer before data loading.
Available values:
True. Clear the consumer before data loading.
False. Do not clear the consumer before data loading.
On exporting multiple attributes, the value of the IMetaRdsExportSchema.ClearBeforeExport property is ignored. The export is based on the state of the IRdsExportSchemaAttribute.UpdateDetailTableMode property.
The property use is given in the section Export and Import of a Table MDM Dictionary (example language: Fore, Fore.NET).
See also: