SqlAdmin DeleteTable Method Nemiro.Data.dll
Removes the specified table from the database.

Namespace: Nemiro.Data.Sql
Assembly: Nemiro.Data (in Nemiro.Data.dll) Version: 2.11.4.126 (2.11.4.126)
Syntax

public void DeleteTable(
	string tableName
)

Parameters

tableName
Type: System String
Name of the table you want to delete.
See Also