Question - use MapContext parameters in Map method in TypeAdapter configs #703
Closed
naisyrkdev
started this conversation in
General
Replies: 1 comment
-
I had to do null check with entity and null check if MapContext.Current.Parameters["lang"], now working properly as expected. |
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
-
Hi guys, I have in db columns like this NameEN, NameFR, NameDE etc. becouse this is needed for my specific example.
Before I had just one column Name, I just wanna change map config.
Get localized method, just for additonal information
This throw null error.
Any way to do something like this? Maybe there is another approach to reach result I want (use passed value in adapter in map method)
Beta Was this translation helpful? Give feedback.
All reactions