How to handle one-to-one relationship in Save() method?
The pages 173 and 174 in the book show how save the record to the tables with one-to-many relationship. I understand the pattern here, and it works well for me. However, I would like to save a record to the tables with one-to-one relationship. I tried, but I could not get it working. How would I implement the save() and LoadObjectFromScreen () to handle one-to-one relationship? Please help me if you know how.
Thank you for your help.
|