TDatabaseManager.Commands Property
Gets the ordered list of DDL commands to be executed against the database.
Remarks
Populated after a call to ValidateDatabase or BuildDatabase.
Commands are sorted so that DROP statements (foreign keys, tables, sequences) precede CREATE statements to satisfy dependency constraints.
Syntax
Unit: Aurelius.Engine.DatabaseManager
property TDatabaseManager.Commands: TEnumerable<TDDLCommand>