Dude,
First things first. as the abbreviation of LINQ is Language INtegrated
QUERY. which is majorly targeted for QUERYing, but not for all the CRUD
operations.
secondly, as mentioned in SCOTT's blog, you have to narrow done to that
SINGLE record using expression, then use the DELETEALL ..
HTH
"Arjen" <(E-Mail Removed)> wrote in message
news

A8B2E43-156A-4B4A-A8AF-(E-Mail Removed)...
> Hi,
>
> How can I delete multiple records with Linq?
>
> On the internet I found the DeleteAll function, but this one does not
> exist in my library.
>
> Please help me out.
>
> Thanks!