Usuwanie danych z tabel
context.Database.ExecuteSqlCommand("TRUNCATE TABLE [TableName]");
Amused Antelope
context.Database.ExecuteSqlCommand("TRUNCATE TABLE [TableName]");