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.

DropQueueTable(Boolean) Method
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.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also