TMS Aurelius: add TObjectManager.Flush(Object);

Sometimes we need to flush changes only in one object, other objects not needed to be flushed this time. Using Manager.Update() not allowed for managed objects.

Manager.Flush(SingleObject) is available.

This topic was automatically closed 24 hours after the last reply. New replies are no longer allowed.