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: