System.Data
[00 00 00 00 00 00 00 00 04 00 00 00 00 00 00 00]
1.0.3300.0
1.0.5000.0
2.0.0.0
Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.
System.Data.Common.DbTransaction
The application creates an object by calling on the object. All subsequent operations associated with the transaction (for example, committing or aborting the transaction), are performed on the object.
Represents an SQL transaction to be made at a data source. This class cannot be inherited.
Method
System.Data.OleDb.OleDbTransaction
The new transaction is nested within the current transaction.
Initiates a nested database transaction.
A nested database transaction.
1.0.5000.0
2.0.0.0
Method
System.Data.OleDb.OleDbTransaction
The new transaction is nested within the current transaction.
Initiates a nested database transaction and specifies the isolation level to use for the new transaction.
A nested database transaction.
The isolation level to use for the transaction.
1.0.5000.0
2.0.0.0
Method
System.Void
To be added
Commits the database transaction.
1.0.5000.0
2.0.0.0
Property
System.Data.OleDb.OleDbConnection
To be added: an object of type 'OleDbConnection'
A single application may have multiple database connections, each with zero or more transactions. This property lets you determine the connection object associated with a particular transaction created by .
Gets the object associated with the transaction, or null if the transaction is no longer valid.
1.0.5000.0
2.0.0.0
Property
2.0.0.0
System.Data.Common.DbConnection
To be added.
To be added.
To be added.
Method
2.0.0.0
System.Void
To be added.
To be added.
To be added.
Method
System.Void
To be added
To be added
1.0.5000.0
Property
System.Data.IsolationLevel
To be added: an object of type 'Data.IsolationLevel'
Parallel transactions are not supported. Therefore, the applies to the whole transaction.
Specifies the for this transaction.
1.0.5000.0
2.0.0.0
Method
System.Void
The transaction can only be rolled back from a pending state (after has been called, but before is called). The transaction will be rolled back in the event it is disposed before Commit or Rollback is called.
Rolls back a transaction from a pending state.
1.0.5000.0
2.0.0.0
Property
1.0.5000.0
2.0.0.0
System.Data.IDbConnection
To be added.
To be added.
To be added.
Method
1.0.5000.0
System.Void
To be added.
To be added.