dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueMessageProperties Class / TransactionGroup Property

In This Topic
TransactionGroup Property
In This Topic
Specifies the transaction_group for the dequeued message.
Syntax
'Declaration
 
Public ReadOnly Property TransactionGroup As String
 
Remarks
Messages belonging to the same transaction group will have the same value for this attribute. This attribute is only set by the OracleQueue.DequeueArray. This attribute cannot be used to set the transaction group of a message through OracleQueue.Enqueue or OracleQueue.EnqueueArray calls.
See Also