Replies: 1 comment 2 replies
-
You can either use a user-implemented mapping method if you want to apply the "converter" to all mappings of the given types, for a single property you can use a user-implemented property mapping. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I have a use case where I need to map IDataReader from ADO.NET to my DTO. Is there a way to create a custom converter?
(It would need to take source (IDataReader) and a destination property)
Beta Was this translation helpful? Give feedback.
All reactions