LogicalTransactionId Property
In This Topic
Gets the logical transaction ID (LTXID) of the last executed translation. Can be used for determining the outcome of the last transaction, opened by this connection, following an outage. Requires Oracle 12c and works only in OCI mode.
Syntax
'Declaration
Public ReadOnly Property LogicalTransactionId As Byte()
public byte[] LogicalTransactionId {get;}
Property Value
The logical transaction ID (LTXID) of the last executed translation.
See Also