TObjectManager.ApplyUpdates Method
Executes all deferred SQL statements that were accumulated while CachedUpdates was True.
Remarks
All pending INSERT, UPDATE, and DELETE statements are sent to the database in a single transaction. After a successful call, the internal action cache is cleared. Raises an exception and rolls back if any statement fails.
Syntax
Unit: Aurelius.Engine.ObjectManager
procedure TObjectManager.ApplyUpdates;