How can I use automapper to update the properties values of another object without creating a new one?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Use the overload that takes the existing destination:
Yes, it returns the destination object, but that's just for some other obscure scenarios. It's the same object. |
|||||||||
|