dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class / CreateQueue Method
Name of the queue to be created.
Options of the queue to be created.

In This Topic
    CreateQueue Method (OracleQueueTable)
    In This Topic
    Creates new queue in the current queue table.
    Syntax
    'Declaration
     
    Public Function CreateQueue( _
       ByVal queueName As String, _
       ByVal options As OracleQueueOptions _
    ) As OracleQueue
    public OracleQueue CreateQueue( 
       string queueName,
       OracleQueueOptions options
    )

    Parameters

    queueName
    Name of the queue to be created.
    options
    Options of the queue to be created.

    Return Value

    OracleQueue instance, related to the queue created.
    Remarks
    Options of the queue to be created must not contradict to the options of queue table.
    See Also