IfxTransaction public properties

The following table shows the public properties of the IfxTransaction class.

Table 1. IfxTransaction public properties
Property Description
Connection The IfxTransaction object to associate with the transaction.
IsolationLevel The isolation level for this transaction.

With HCL OneDB™ database servers the serializable isolation level is identical to the repeatable-read isolation level. If you set the isolation level to repeatable-read in .NET it will actually be set to serializable in the database server.