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