Is there a way to call a method after ProjectToType<T> is completed? #698
Unanswered
bhagavan44
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I wanted to modify a property value after the result is retrieved from the database with
ProjectToType
.AfterMappingInline
andAfterMapping
is not executed when we use theProjectToType
. What are the other options in this situation?Beta Was this translation helpful? Give feedback.
All reactions