Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Cascade Delete   (RSS)
Tip 33 – How cascade delete really works in EF
Imagine that in your database you have a cascade delete on an FK relationship. Something like this: Here the Delete Rule says that when a Category is deleted all the related Products should be deleted too. If you generate an EF model from this database Read More...
Page view tracker