Mono Class Library: Overview

MySql.Data.MySqlClient.MySqlTransaction: Members

The members of MySql.Data.MySqlClient.MySqlTransaction are listed below.

See Also: Inherited members from System.Data.Common.DbTransaction

Public Properties

[read-only]
ConnectionMySqlConnection. Gets the MySql.Data.MySqlClient.MySqlConnection object associated with the transaction, or a null reference (Nothing in Visual Basic) if the transaction is no longer valid.
[read-only]
override
IsolationLevelSystem.Data.IsolationLevel. Specifies the System.Data.IsolationLevel for this transaction.

Protected Properties

[read-only]
override
DbConnectionSystem.Data.Common.DbConnection. Documentation for this section has not yet been entered.

Public Methods

override
Commit()
Documentation for this section has not yet been entered.
override
Rollback()
Documentation for this section has not yet been entered.

Protected Methods

override
Dispose(bool)
Documentation for this section has not yet been entered.