I'm using several CustomDataSources in my project. Each of them has several hunderts of assigned entities. Once in a while (3-5minutes) I have to updates the entities, some will have to be deleted, some are new and some are the same as before. To make it easy I would like to delete all entities of a CustomDataSource and add an updated set of entities afterwards. Whatever I try it seems to remove the complete CustumDataSource, not only the entities. I tried e.g. :
Aircraft_collection_dataSource.entities.removeAll
Thanks for your help.
Ruediger