Table of Contents

TObjectManager.Clear Method

Removes all entities from the manager's cache without deleting them from the database.

Remarks

When OwnsObjects is True, all currently managed entities are destroyed.

Syntax

Unit: Aurelius.Engine.ObjectManager

procedure TObjectManager.Clear;

See also