masoud ramezani
masoud ramezani

Reputation: 22920

Rollback a transaction on NHibernate and Enterprise Library

I have an web application that has multiple subsystems. In one of these subsystems I use NHibernate and in another I use Enterprise Library for data access layer. Now I have a page that work with these two subsystems concurrently and when I click in a button in my page, execute two work. My question is that if my application dealing with errors, How can I rollback all of works?

Upvotes: 0

Views: 345

Answers (1)

J. Ed
J. Ed

Reputation: 6742

not sure about enterprise library, but nHibernate is claimed to play well with System.Transactions

Upvotes: 1

Related Questions