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.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also