Table of Contents

TAureliusDBSchema.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 or a removed table when destructive commands are not enabled. Review and resolve these manually.

Syntax

Unit: Aurelius.Comp.DBSchema

property TAureliusDBSchema.Errors: TEnumerable<TSchemaError>

See also