Table of Contents

TDatabaseManager.UseTransactions Property

Indicates whether schema operations are wrapped in a database transaction.

Remarks

When True (the default, configured via TGlobalConfigs), each schema operation begins a transaction and commits or rolls back on completion. Set to False for databases that do not support transactional DDL.

Syntax

Unit: Aurelius.Engine.DatabaseManager

property TDatabaseManager.UseTransactions: Boolean

See also