Oracle 5.0 Reference Manual page 1972

Table of Contents

Advertisement

Syntax: Visual Basic
NotInheritable Public Class MySqlTransaction_
Implements IDbTransaction, IDisposable
Syntax: C#
public sealed class MySqlTransaction : IDbTransaction, IDisposable
Thread Safety
Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations.
Instance members are not guaranteed to be thread-safe.
Requirements
Namespace:
Assembly: MySql.Data (in MySql.Data.dll)
See Also
MySqlTransaction
20.2.7.1.4.1.1.3.1.1.10.1.1.1.
MySqlTransaction overview
Public Instance Properties
Connection
IsolationLevel
Public Instance Methods
Commit
Equals (inherited from Object)
GetHashCode (inherited from Object)
GetType (inherited from Object)
Rollback
ToString (inherited from Object)
See Also
MySqlTransaction
20.2.7.1.4.1.1.3.1.1.10.1.1.1.1. Connection Property
Gets the
MySqlConnection
Basic) if the transaction is no longer valid.
Syntax: Visual Basic
Connector/Net API Reference
MySql.Data.MySqlClient
Members,
MySql.Data.MySqlClient Namespace
MySqlTransaction
Class,
MySql.Data.MySqlClient Namespace
object associated with the transaction, or a null reference (Nothing in Visual
Members
Gets the
MySqlConnection
the transaction, or a null reference (Nothing in
Visual Basic) if the transaction is no longer valid.
Specifies the IsolationLevel for this transaction.
Determines whether the specified Object is equal
to the current Object.
Serves as a hash function for a particular type.
GetHashCode is suitable for use in hashing
algorithms and data structures like a hash table.
Gets the Type of the current instance.
Returns a String that represents the current
Object.
1952
object associated with

Advertisement

Table of Contents
loading

This manual is also suitable for:

Mysql 5.0

Table of Contents