dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueDequeueOptions Class / ConsumerName Property

In This Topic
ConsumerName Property
In This Topic
Gets or sets the name of the consumer.
Syntax
'Declaration
 
Public Property ConsumerName As String
 

Property Value

The default value is null.
Remarks
Only those messages matching the consumer name are accessed. If a queue is not set up for multiple consumers, this field should be set to NULL.
See Also