TDatabaseManager.ValidateDatabase Method
Compares the live database schema against the mapping model and records differences as actions, warnings, and errors without executing any DDL.
Remarks
After this call, inspect Actions, Warnings, and Errors to understand what changes are needed. Call UpdateDatabase to apply the pending changes.
Syntax
Unit: Aurelius.Engine.DatabaseManager
function TDatabaseManager.ValidateDatabase: Boolean;