I need to retrieve an entityList from a table and then delete all the entities in that list. What's the best way to handle this? Should I retrieve the entityList and then loop through the list deleting each entity or is there a better way to do it?
Bill