I'd be very happy to contribute. In particular, any insights on the best way to add this behaviour would be appreciated. What's the best way to get involved?
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 -~----------~----~----~----~------~----~------~--~---
