Windows apps
Collapse the table of content
Expand the table of content
Information
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::Connection Property

 

Specifies the DbConnection object associated with the transaction.

Namespace:   System.Data.Common
Assembly:  System.Data (in System.Data.dll)

public:
property DbConnection^ Connection {
	DbConnection^ get();
}

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
Return to top
Show:
© 2017 Microsoft