Is there a way to call a method after ProjectToType<T> is completed? #698
Unanswered
bhagavan44
asked this question in
Q&A
Replies: 2 comments 2 replies
-
This is something I'm interested in. Have you found a solution, @bhagavan44 ? |
Beta Was this translation helpful? Give feedback.
2 replies
-
@bhagavan44 @savornicesei It should work if localizer is a function
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
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