TAureliusDBSchema.DestroyDatabase Method
Drops all tables, sequences, and other schema objects defined in the mapping model.
Remarks
Generates and executes DDL DROP statements for each object found in the current database that corresponds to a mapped entity. Errors during individual drop statements are silently ignored so that the operation continues. Use with caution in production environments.
Syntax
Unit: Aurelius.Comp.DBSchema
procedure TAureliusDBSchema.DestroyDatabase;