c# - Rollback a transaction on NHibernate and Enterprise Library -
c# - Rollback a transaction on NHibernate and Enterprise Library -
i have web application has multiple subsystems. in 1 of these subsystems utilize nhibernate , in utilize enterprise library info access layer. have page work these 2 subsystems concurrently , when click in button in page, execute 2 work. question if application dealing errors, how can rollback of works?
not sure enterprise library, nhibernate claimed play well system.transactions
c# nhibernate transactions enterprise-library rollback
Comments
Post a Comment