TAureliusDBSchema.ValidateDatabase Method
Compares the current database schema against the mapping model and records any differences as actions, warnings, or errors.
Remarks
Does not execute any DDL. After calling this method, inspect Actions, Warnings, and Errors for details. Call UpdateDatabase to apply the pending changes.
Syntax
Unit: Aurelius.Comp.DBSchema
function TAureliusDBSchema.ValidateDatabase: Boolean;