Usuń wszystkie wiersze z tabeli Linq

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