TDatabaseManager.AllowDestructiveCommands Property
Indicates whether destructive DDL commands (DROP TABLE, DROP SEQUENCE) are permitted during UpdateDatabase and DestroyDatabase.
Remarks
When False (the default), tables and sequences present in the database but absent from the mapping model are reported as errors rather than dropped. Set to True with caution in production environments. DestroyDatabase always enables this setting temporarily for its own execution.
Syntax
Unit: Aurelius.Engine.DatabaseManager
property TDatabaseManager.AllowDestructiveCommands: Boolean