Hi Rob,
thanks for suggestion. Currently, the engine has such optimizations, but
we're always looking for volunteers. Are you interested in contributing?

Pascal.



On Wed, Feb 25, 2009 at 16:45, rob <[email protected]> wrote:

>
> 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
-~----------~----~----~----~------~----~------~--~---

Reply via email to