dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTable Class / DropQueueTable Method / DropQueueTable(Boolean) Method
false means the operation does not succeed if there are any queues in the table. true means all queues in the table are stopped and dropped automatically.

In This Topic
DropQueueTable(Boolean) Method
In This Topic
Drops an existing queue table.
Syntax
'Declaration
 
Public Overloads Sub DropQueueTable( _
   ByVal force As Boolean _
) 
 

Parameters

force
false means the operation does not succeed if there are any queues in the table. true means all queues in the table are stopped and dropped automatically.
See Also