I use Entity Framework 4 and I have parent - child relation with \"Cascade Delete\" set. So i would expect when i remove a child from the parent that the child is deleted wh
add context.DeleteObject(recipe) inside the loop
context.DeleteObject(recipe)