Remove group of entities from collection

Posts   
 
    
tprohas
User
Posts: 257
Joined: 23-Mar-2004
# Posted on: 02-Dec-2006 01:50:11   

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.

bclubb
User
Posts: 934
Joined: 12-Feb-2004
# Posted on: 02-Dec-2006 02:29:26   

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.