It uses the current session's transaction context: If you use SessionScope or TransactionScope around your code, it is called within the transactions provided by these scopes. If you call AR naked, there is no transaction around the call.
-Markus 2009/6/14 csharp <[email protected]> > > If I specify a Cascade, such as CascadeEnum.SaveUpdate, is the save/ > update performed inside a transaction? If not, is there a way to > specify that it should be? > > Thanks. > Jason > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Castle Project Users" 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/castle-project-users?hl=en -~----------~----~----~----~------~----~------~--~---
