TAureliusManager.ReleaseObjManager Method
Destroys and releases the encapsulated TObjectManager instance, including all entity objects it manages.
Remarks
After calling this method, the next operation that requires a manager will automatically create a new TObjectManager instance on demand. This is useful to reset the manager state and clear all cached entities.
It's also useful when you want to release the underlying database connection immediately, since the manager holds a reference to it until the manager is destroyed.
Syntax
Unit: Aurelius.Comp.Manager
procedure TAureliusManager.ReleaseObjManager;