1 out of 1 rated this helpful - Rate this topic

SqlConnection.BeginTransaction Method

Starts a database transaction.

This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.

  Name Description
Public method BeginTransaction() Starts a database transaction.
Public method BeginTransaction(IsolationLevel) Starts a database transaction with the specified isolation level.
Public method BeginTransaction(String) Starts a database transaction with the specified transaction name.
Public method BeginTransaction(IsolationLevel, String) Starts a database transaction with the specified isolation level and transaction name.
Top
Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.