Append Dataset in TAureliusDataset uses Explorer.ObjectFactory

In a big project, we are using our own ObjectFactory.

Our ObjectFactory could not be attached on the Explorer, so we change it for every created ObjectManager.

Now we want to Append some Entities using AureliusDataset.
I found out, that AureliusDataset just uses the ObjectFactory set on Explorer.

Is it possible to use the ObjectFactory of Manager first, if Manager is attached?

You can simply use OnCreateObject event, there is no need to change dataset behavior.

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