How to delete multiple records in enitity framework without looping using LINQ?

Posted by VJ on Stack Overflow See other posts from Stack Overflow or by VJ
Published on 2010-05-24T14:38:49Z Indexed on 2010/05/24 14:41 UTC
Read the original article Hit count: 285

Filed under:
|
|
|

Hi I want to delete multiple records in enitity framework without using a for loop or any other loop using LINQ. Something that we can do it in SQL is there any way to delete multiple records in enitity framework

© Stack Overflow or respective owner

Related posts about LINQ

Related posts about entity-framework