On Wed, 2009-09-16 at 14:54 +0300, Andrus wrote: > I'm using dbLinq for insert, update,delete in web service called from > silverlight using code below. > Transactions are not working as described in other thread. Any idea how to > use transactions ?
As if this point in time, you don't. Yet another thing on my massive TODO list. :-) You'll know that transactions are supported when the src/DbLinq/Test/Providers/Transactions.cs tests are not marked [Explicit]. (We use [Explicit] to mark tests that are known failures.) - Jon --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
