Table of Contents

TAureliusManager.ApplyUpdates Method

Executes all SQL statements that were deferred when cached updates are enabled.

Remarks

When TObjectManager.CachedUpdates is True, save, flush, and remove operations queue SQL statements instead of executing them immediately. Call ApplyUpdates to execute all queued statements at once.

Syntax

Unit: Aurelius.Comp.Manager

procedure TAureliusManager.ApplyUpdates;

See also