MySqlTransaction Properties

MySQL Connector/Net

MySqlTransaction Properties

The MySqlTransaction type exposes the following members.

Properties
  Name Description
Public property Connection
Gets the MySqlConnection object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.
Protected property DbConnection (Overrides DbTransactionDbConnection.)
Public property IsolationLevel
Specifies the IsolationLevel for this transaction.
(Overrides DbTransactionIsolationLevel.)
Top
See Also