Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Mapper.DynamicMap(object, source, destination)Automapper の最新バージョンでは廃止されました。
Mapper.DynamicMap(object, source, destination)
ソースと宛先の値が実行時までわからない場合、この方法の代替手段は何ですか?
私は答えを見つけました。すべてが 1 つのメソッドにまとめられました。
Mapper.Map(object, source, destination)