Table of Contents

TDatabaseManager.SQLExecutionEnabled Property

Indicates whether DDL statements generated by schema operations are actually executed against the database.

Remarks

When set to False, the manager generates and records SQL statements via SQLStatements without sending them to the database. Useful for previewing changes. Defaults to True.

Syntax

Unit: Aurelius.Engine.DatabaseManager

property TDatabaseManager.SQLExecutionEnabled: Boolean

See also