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.
DbTransaction::DbConnection Property
.NET Framework (current version)
Specifies the DbConnection object associated with the transaction.
Assembly: System.Data (in System.Data.dll)
Property Value
Type: System.Data.Common::DbConnection^The DbConnection object associated with the transaction.
A single application may have multiple data source connections, each with zero or more transactions. This property allows you to determine the connection object associated with a particular transaction.
Universal Windows Platform
Available since 10
.NET Framework
Available since 2.0
Available since 10
.NET Framework
Available since 2.0
Show: