IDbCommand.Transaction Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the transaction within which the Command
object of a .NET data provider executes.
public:
property System::Data::IDbTransaction ^ Transaction { System::Data::IDbTransaction ^ get(); void set(System::Data::IDbTransaction ^ value); };
public System.Data.IDbTransaction? Transaction { get; set; }
public System.Data.IDbTransaction Transaction { get; set; }
member this.Transaction : System.Data.IDbTransaction with get, set
Public Property Transaction As IDbTransaction
Property Value
the Command
object of a .NET Framework data provider executes. The default value is null
.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.