IDbCommand.Transaction 属性

定义

获取或设置要在其中执行 .NET 数据提供程序的 Command 对象的事务。

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

属性值

.NET Framework 数据提供程序的 Command 对象执行。 默认值为 null

适用于