Is there any way to accomplsig something simple as this using EF Code First...DELETE FROM Order WHERE OrderDate >= @minOrderDate AND OrderDate >= @maxOrderDate
...I have a table of which I would like to delete at least 10.000 records. I think it would be ...