Title here
Summary here
Drops a table. Use DropIfExists to drop a table only if it exists.
Type | Name | Description |
---|---|---|
string | tableName |
Drops a table.
Type | Name | Description |
---|---|---|
IConnectionManager | connectionManager | The connection manager of the database you want to connect |
string | tableName | Name of the table to drop |
Drops a table.
Type | Name | Description |
---|---|---|
string | tableName | Name of the table to drop |
Drops a table if the table exists.
Type | Name | Description |
---|---|---|
IConnectionManager | connectionManager | The connection manager of the database you want to connect |
string | tableName | Name of the table to drop |
Drops a table if the table exists.
Type | Name | Description |
---|---|---|
string | tableName | Name of the table to drop |