TDatabaseManager.Errors Property
Gets the collection of errors recorded by the last schema operation.
Remarks
Errors describe schema differences that cannot be resolved automatically, such as a column type change, a removed table (when AllowDestructiveCommands is False), or an identity column change. These must be resolved manually.
Syntax
Unit: Aurelius.Engine.DatabaseManager
property TDatabaseManager.Errors: TEnumerable<TSchemaError>