Hi,
let's assume, an entity collection has been transferred to another process. How can I update the entity objects residing in this other process in case a field has been added to one of the related database tables?
If it would be a database table and not an entity collection, then I would simply execute an SQL script to update the schema on the client, but how can I ensure that remote entity objects receive a schema change and update their structure (e.g. providing a new property)?
Regards, Maro