DbTransaction property

Gets or sets the System.Data.Common.DbTransaction within which this SACommand object executes.

Visual Basic syntax

Protected Overrides Property DbTransaction As DbTransaction

C# syntax

protected override DbTransaction DbTransaction {get;set;}

Remarks

The transaction within which a Command object of a .NET Framework data provider executes. The default value is a null reference (Nothing in Visual Basic).