dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class / MigrateQueueTable Method
Oracle AQ version to migrate to.

In This Topic
    MigrateQueueTable Method
    In This Topic
    Ugrades an 8.0-compatible queue table to an 8.1-compatible or higher queue table, or downgrades an 8.1-compatible or higher queue table to an 8.0-compatible queue table.
    Syntax
    'Declaration
     
    Public Sub MigrateQueueTable( _
       ByVal compatible As OracleQueueCompatible _
    ) 
    public void MigrateQueueTable( 
       OracleQueueCompatible compatible
    )

    Parameters

    compatible
    Oracle AQ version to migrate to.
    See Also