Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Catch 22
Message
 
 
À
03/09/2013 21:24:20
Information générale
Forum:
ASP.NET
Catégorie:
Autre
Titre:
Versions des environnements
Environment:
C# 4.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01581904
Message ID:
01582019
Vues:
24
>>Say, I do want a transaction and I do want everything to happen, but at the end, I don't want to commit it. Do I simply omit scope.Complete() and expect it will be rollbacked at the end of the using statement?
>
>Yes, if there is no scope.Complete(), then it all gets rolled back!
>
>~~Bonnie

BTW, getting this error

Error 1 'IsolationLevel' is an ambiguous reference between 'System.Data.IsolationLevel' and 'System.Transactions.IsolationLevel' C:\Dev\Siriusware.Middleware\TestProject\BookingsTests.cs 2337 140 TestProject
Error 2 Cannot implicitly convert type 'System.Data.IsolationLevel' to 'System.Transactions.IsolationLevel'. An explicit conversion exists (are you missing a cast?) C:\Dev\Siriusware.Middleware\TestProject\BookingsTests.cs 2337 140 TestProject

I guess I need to add the full reference to the isolationlevel.
If it's not broken, fix it until it is.


My Blog
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform