Bulk-deleting in LINQ to Entities
Posted
by Benjamin Pollack
on Stack Overflow
See other posts from Stack Overflow
or by Benjamin Pollack
Published on 2009-05-15T15:02:39Z
Indexed on
2010/04/16
5:23 UTC
Read the original article
Hit count: 636
Is there any way to bulk-delete a bunch of objects matching a given query in LINQ or LINQ-to-Entities? The only references that I can find are outdated, and it seems silly to iterate over and manually delete all objects I wish to remove.
© Stack Overflow or respective owner