Dropping a table will remove the table from the database.
//Get the current instance of the helper
IDataHelper db = DataHelper.SessionFactory();
db.DropTable(
or
db.DropTable<