How do I remove a group of entities from a collection. I need something like the EntityCollection.AddRange method that removes a collection from a collection.
I know you know this way, but the only way I know would be to loop through the entities to remove and remove them from the other collection.