MySqlTransaction Properties

MySQL Connector.Net

Collapse image Expand Image Copy image CopyHover image

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 DbTransaction..::..DbConnection.)
Public property IsolationLevel
Specifies the IsolationLevel for this transaction.
(Overrides DbTransaction..::..IsolationLevel.)

See Also