SATransaction class

Represents a SQL transaction.

Visual Basic syntax

Public NotInheritable Class SATransaction Inherits System.Data.Common.DbTransaction

C# syntax

public sealed class SATransaction : System.Data.Common.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.

Custom Attribute: sealed