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

In This Topic
    Correlation Property (OracleQueueDequeueOptions)
    In This Topic
    Specifies the correlation identifier of the message to be dequeued.
    Syntax
    'Declaration
     
    Public Property Correlation As String
    public string Correlation {get; set;}
    Remarks
    Special pattern matching characters, such as the percent sign (%) and the underscore (_) can be used. If more than one message satisfies the pattern, the order of dequeuing is undetermined.
    See Also