OleDbTransaction::Connection Property

 

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

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

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

Property Value

Type: System.Data.OleDb::OleDbConnection^

The OleDbConnection 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: