Eliminar datos de las tablas

context.Database.ExecuteSqlCommand("TRUNCATE TABLE [TableName]");
Amused Antelope