PreviousData Provider for .NET Guide (9.1 revision 1) Next

PsqlTransaction Object

Show this topic in Library frames

Table 4-23 describes the public properties of PsqlTransaction.

Table 4-23 Public Properties of the PsqlTransaction Object  
Property
Description
Connection
Specifies the PsqlConnection object associated with the transaction. For more information, see PsqlConnection Object .
IsolationLevel
Defines the isolation level for the entire transaction. If the value is changed, the new value is used at execution time.

Table 4-24 describes the public methods of the PsqlTransaction object.

Table 4-24 Public Methods of the PsqlTransaction Object 
Methods
Description
Commit
When overridden in a derived class, returns the Exception that is the root cause of one or more subsequent exceptions.
Dispose
Releases the unmanaged resources used by the PsqlTransaction and optionally releases the managed resources.
Rollback
Cancels modifications made in a transaction before the transaction is committed.


Chapter contents
Publication contents

Prev topic: PsqlTrace Object
Next topic: SQL Escape Sequences for .NET