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