Select from following answers:- SqlTransaction
- TransactionScope
- SqlConnection
- All Above
The TransactionScope class starts an explicit promotable transaction.
SqlConnection class contains the BeginTransaction method that can be called to start a transaction, but it's not in the System.Transaction namespace
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator