Table of Contents

TAureliusDBSchema.Actions Property

Gets the collection of informational actions recorded by the last schema operation.

Remarks

Actions describe changes that were successfully applied or will be applied, such as a table or column being created. Each item exposes a human-readable Text description.

Syntax

Unit: Aurelius.Comp.DBSchema

property TAureliusDBSchema.Actions: TEnumerable<TSchemaAction>

See also