Dropping a table will remove all records and the table structure from the database.
//Get the current instance of the helper
Dim
db.DropTable(
OR
db.DropTable("Claims")