I am performing table.DeleteAllOnSubmit(table.Where(x => x.Foo =
"Bar")). I see that the engine is actually retrieving all rows with
Foo equal to Bar, and then individually attempting to delete them. Is
this normal behaviour? Is there another method I can call that will
generate:
delete from table where Foo = 'Bar'?
Thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"DbLinq" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/dblinq?hl=en
-~----------~----~----~----~------~----~------~--~---