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