TDatabaseManager.Actions Property
Gets the collection of informational actions recorded by the last schema operation.
Remarks
Actions describe changes that were applied or will be applied, such as a table or sequence being created.
Syntax
Unit: Aurelius.Engine.DatabaseManager
property TDatabaseManager.Actions: TEnumerable<TSchemaAction>