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.

OdbcTransaction::Connection Property

 

Gets the OdbcConnection object associated with the transaction, or null if the transaction is no longer valid.

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

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

Property Value

Type: System.Data.Odbc::OdbcConnection^

The OdbcConnection object associated with the transaction.

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

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