SATransaction class

Represents a SQL transaction. This class cannot be inherited.

Syntax
Visual Basic

Public NotInheritable Class SATransaction 
  Inherits DbTransaction
C#

public sealed class SATransaction : DbTransaction
Remarks

There is no constructor for SATransaction. To obtain an SATransaction object, use one of the BeginTransaction methods. To associate a command with a transaction, use the SACommand.Transaction property.

For more information, see Transaction processing and Inserting, updating, and deleting rows using the SACommand object.

See also

SATransaction members
Connection property
IsolationLevel property
SAIsolationLevel property
Commit method
Rollback methods
Save method