Trying to delete a record in many to many relationship can be a bit tricky. In this scenario I have a person record that can be tied to multiple address records. Here is our database setup: When creating the data model the Entity Framework will hide all the details for us of creating and updating the intermediary "PersonAddress" table. Here's what's generated by the designer:
When generating our Ria Service, if we select the "Enable Editing" option for our "Address" table it will create all the C...
No comments yet, be the first one to post comment.