vote up 1 vote down star
2

Is there a way to delete an entity by its EntityKey witout loading it?

flag

2 Answers

vote up 0 vote down check

The link Tamir has works, but it uses an approach that the Entity Framework team no longer recommends.

Check out this tip which is closer to the right way to do it. And also covers the gotchas in more depth. (Dislaimer: I would say that I wrote the tip!)

Hope this helps

Alex

Program Manager Entity Framework Team.

link|flag
I guess i qualify the 'out of luck' part, this fact that i have to provide parent PKs is really unncessarry it should be fixed, for my opinion it's just a bug. – Shimmy Jun 18 at 0:02
Most people agree with you and that is why the next version of the EF (starting with Beta2) introduces something called FK associations: blogs.msdn.com/efdesign/archive/… – Alex James Jun 18 at 1:20

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.