DbTransaction::IDbTransaction::Connection Property
.NET Framework (current version)
Gets the DbConnection object associated with the transaction, or a null reference if the transaction is no longer valid.
Assembly: System.Data (in System.Data.dll)
private: property IDbConnection^ Connection { virtual IDbConnection^ get() sealed = IDbTransaction::Connection::get; }
Property Value
Type: System.Data::IDbConnection^The DbConnection object associated with the transaction.
Implements
IDbTransaction::Connection
.NET Framework
Available since 2.0
Available since 2.0
Show: