Select from following answers:- SqlCommand
- SqlParameter
- SqlConnection

- All Above
SqlConnection class contains the BeginTransaction method that can be called to start a transaction.
SqlCommand executes the command but does not start a transaction.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator