OdbcTransaction.Connection Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the OdbcConnection object associated with the transaction, or null
if the transaction is no longer valid.
public:
property System::Data::Odbc::OdbcConnection ^ Connection { System::Data::Odbc::OdbcConnection ^ get(); };
public System.Data.Odbc.OdbcConnection? Connection { get; }
public System.Data.Odbc.OdbcConnection Connection { get; }
member this.Connection : System.Data.Odbc.OdbcConnection
Public ReadOnly Property Connection As OdbcConnection
Property Value
The OdbcConnection object associated with the transaction.
Remarks
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.
Applies to
See also
Vertu í samstarfi við okkur á GitHub
Heimildina fyrir þetta efni er að finna á GitHub, þar sem þú getur líka búið til og farið yfir vandamál og sameinað beiðnir. Frekari upplýsingar er að finna í framlagshandbók okkar.