Hi Goose
This is why I asked the question, because it does not save them. The line of code:
adapter.SaveEntity(person, true, true)
saves any changes to the person entity, but does not save the changes to PersonAddress and Address.
This is the problem I am having...
I am looking for a nice easy way like this line to save the changes to the child table and the gran-child table.