Oracle 5.0 Reference Manual page 1973

Table of Contents

Advertisement

Public ReadOnly Property Connection As MySqlConnection
Syntax: C#
public MySqlConnection Connection {get;}
Property Value
The
MySqlConnection
Remarks
A single application may have multiple database connections, each with zero or more transactions.
This property enables you to determine the connection object associated with a particular transaction
created by BeginTransaction.
See Also
MySqlTransaction
20.2.7.1.4.1.1.3.1.1.10.1.1.1.2. IsolationLevel Property
Specifies the IsolationLevel for this transaction.
Syntax: Visual Basic
NotOverridable Public ReadOnly Property IsolationLevel As IsolationLevel _
_
Implements IDbTransaction.IsolationLevel
Syntax: C#
public System.Data.IsolationLevel IsolationLevel {get;}
Property Value
The IsolationLevel for this transaction. The default is ReadCommitted.
Implements
IDbTransaction.IsolationLevel
Remarks
Parallel transactions are not supported. Therefore, the IsolationLevel applies to the entire transaction.
See Also
MySqlTransaction
20.2.7.1.4.1.1.3.1.1.10.1.1.1.3.
Syntax: Visual Basic
NotOverridable Public Sub Commit() _
_
Implements IDbTransaction.Commit
Syntax: C#
public void Commit();
Implements
IDbTransaction.Commit
Connector/Net API Reference
object associated with this transaction.
Class,
MySql.Data.MySqlClient Namespace
Class,
MySql.Data.MySqlClient Namespace
MySqlTransaction.Commit
Method
1953

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents