I have an EntityCollection that I want to split into two seperate collections based on the value of a property in the entities that are in the collection. Is this possible?
traverse the collection and add the entity at hand to one of the two depending on the value. There is no logic build into the collection for this.