-
Notifications
You must be signed in to change notification settings - Fork 0
DeleteQueue.cs
Avrigeanu Laurian edited this page Apr 14, 2023
·
1 revision
-
QueueName
: The name of the table to be dropped.
-
void
: This method does not return any value.
- 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.