Удалить все ряды из Table Linq

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