MySqlTransaction Properties

MySQL Connector/Net

The MySqlTransaction type exposes the following members.

Properties

  NameDescription
Connection
Gets the MySqlConnection object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.
DbConnection
Specifies the DbConnection object associated with the transaction.
(Inherited from DbTransaction.)
IsolationLevel
Specifies the IsolationLevel for this transaction.
(Overrides DbTransaction..::.IsolationLevel.)

See Also