Select from following answers:- Your database does not support cascading deletes.
- You must make sure that all dependent objects are loaded.
- You have not defined a cascading delete at the database server.
- All Above
If you don't load all dependent objects, an UpdateException will be thrown.
The Entity Framework cascading delete is a client-side function.
Show Correct Answer
Source: MeasureUp.com | |
Alert Moderator