Truncating a table will delete all records in a table.
//Get the current instance of the helper
IDataHelper db = DataHelper.SessionFactory();
db.TruncateTable(
or
db.TruncateTable<