Usuń wszystkie wiersze z tabeli MVC

context.Entity.RemoveRange(context.Entity.ToList());
context.SaveChanges();
Yibambe