CodeSmith Community
Your Code. Your Way. Faster!
Sign in
|
Join
|
Help
Home
Blogs
Forums
Tutorials
Gallery
Groups
All Tags
»
2.0
»
Transaction
(
RSS
)
Browse Site by Tags
Showing related tags and posts accross the entire site.
C#
Transaction not working
Hey I'm using using transactions in my code but it's not working when Rolling Back. Here is an example: try { TransactionManager trans = DataRepository .Provider.CreateTransaction(); trans.BeginTransaction(); try { // Update Entity1 // Update Entity2 // If I throw an exception here it should roolback...
Posted to
.netTiers - General Support
(Forum)
by
andrecarrilho
on 02-15-2007
Filed under: 2.0, C#, Transaction
Page 1 of 1 (1 items)
Copyright © 2008 CodeSmith Tools, LLC