Skip to content

DeleteQueue.cs

Avrigeanu Laurian edited this page Apr 14, 2023 · 1 revision

DeleteQueue(QueueName: string) : void

Parameters

  • QueueName : The name of the table to be dropped.

Returns

  • void : This method does not return any value.

Remarks

  • This method drops the specified table from the database using the given QueueName.
  • If the table with the specified name does not exist, no error will be thrown.
  • This method requires the MySqlConnector namespace to be imported.
Clone this wiki locally