And just to be sure, you are saying at this point the engine doesn't
have such optimizations, correct?
Thanks
On Feb 25, 8:04 am, Pascal Craponne <[email protected]> wrote:
> 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- Hide quoted text -
>
> - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---