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.

IDbTransaction::Connection Property

 

Specifies the Connection object to associate with the transaction.

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

property IDbConnection^ Connection {
	IDbConnection^ get();
}

Property Value

Type: System.Data::IDbConnection^

The Connection object to associate with the transaction.

A single application may have multiple database connections, each with zero or more transactions. This property enables you to determine the connection object associated with a particular transaction.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft