Truncating a table will delete all records in a table.
'Get the current instance of the helper
Dim
db.TruncateTable(
OR
db.TruncateTable(Of Customer)()