Table of Contents

TObjectManager.UseTransactions Property

Gets or sets whether the manager automatically wraps operations in database transactions.

Remarks

When True (the default, controlled globally by TGlobalConfiguration), operations such as Save, Flush, and Remove are each wrapped in their own transaction. Set to False if you manage transactions externally via IDBConnection.BeginTransaction.

Syntax

Unit: Aurelius.Engine.ObjectManager

property TObjectManager.UseTransactions: Boolean

See also