Hapus semua baris dari tabel MVC

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