Follow up on this.
So when I delete it using the DeleteMulti(expression) method on a collection of the entities, it gets deleted from persistent storage, but if I do a GetMulti(expression) and iterate through the collection it will not get deleted (even though the delete method returns true). Also if I use the GetMuti(expression) method to get the collection, and then call DeleteMulti(), it does not delete the entity either. Could you explain this behavior to me so when I work with entities I have a good picture in my head about how this works.
Regards,
Mike