hapus semua baris dari tabel linq

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