Hi
I have en EntityCollection which I add entities to. I need to be sure that the order in which the entities are added is preserved.
Course:
1. Add entities to an EntityCollection
2. Save the EntityCollection and refetch the entities to get the db generated ID
3. run through the EntityCollection and save the ID's
Can I be absolutely sure that the order is preserved when I read out the entities from the collection?
Thanks
Christian Rosenberg Dahm