dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / QueueTableName Property

In This Topic
    QueueTableName Property (OracleQueueAdmin)
    In This Topic
    Gets or sets the name of the queue table, to which the queue belongs.
    Syntax
    'Declaration
     
    Public Property QueueTableName As String
    public string QueueTableName {get; set;}

    Property Value

    The name of the queue table, to which the queue belongs.
    Remarks
    The default value is String.Empty. For existing queue this property is set implicitly when calling ReadQueueProperties method.
    See Also