Class: TMMUpdater
property KeepTempTable : Boolean;
When True, destructor skips the DROP TABLE
statement on the EDB buffer; the temp table survives the
TMMUpdater instance. Read TempTableName
before destroying and drop it manually later.
Default: False.