Replies: 2 comments 3 replies
-
Created #1311 |
Beta Was this translation helpful? Give feedback.
-
I think there's something I'm missing because this request doesn't seem to have the audience I expected, so I don't understand how others handle enumerable properties. All my I don't see any other way this could be managed. |
Beta Was this translation helpful? Give feedback.
-
First off, I just want to say that this is an awesome library. Really great work on this!
I have a situation where I have a Customer object that has an Address. I would like to map onto an existing customer and for the customer specific properties everything is working great, but the auto generated code always creates a new address object, and doesn't map onto the existing one. Is there anything I can do to ensure the existing address object is mapped onto rather than creating a new one?
Beta Was this translation helpful? Give feedback.
All reactions