dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class / PurgeQueueTable Method / PurgeQueueTable(String) Method
Specifies the purge condition to use when purging the queue table. The purge condition must be in the format of a SQL WHERE clause, and it is case-sensitive. The condition is based on the columns of aq$queue_table view.

In This Topic
    PurgeQueueTable(String) Method
    In This Topic
    Purges messages from queue tables.
    Syntax
    'Declaration
     
    Public Overloads Sub PurgeQueueTable( _
       ByVal condition As String _
    ) 
    public void PurgeQueueTable( 
       string condition
    )

    Parameters

    condition
    Specifies the purge condition to use when purging the queue table. The purge condition must be in the format of a SQL WHERE clause, and it is case-sensitive. The condition is based on the columns of aq$queue_table view.
    See Also