The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
IDbCommand::Transaction Property
.NET Framework (current version)
Gets or sets the transaction within which the Command object of a .NET Framework data provider executes.
Assembly: System.Data (in System.Data.dll)
property IDbTransaction^ Transaction { IDbTransaction^ get(); void set(IDbTransaction^ value); }
Property Value
Type: System.Data::IDbTransaction^the Command object of a .NET Framework data provider executes. The default value is null.
.NET Framework
Available since 1.1
Available since 1.1
Show: