Replies: 2 comments
-
Check the execution plan. |
Beta Was this translation helpful? Give feedback.
0 replies
-
This discussion has been automatically locked since there has not been any recent activity after it was closed. |
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.
-
Hello.
We have configured a mapping of a
DateTime?
in a source class to abool?
in a destination record ctor, using.ForCtorParam
:Declaring
IsOnboarded
asbool?
was our initial mistake, we changed it tobool
already. However, before this fix, whenUser.OnboardedOn
wasnull
,UserResponse.IsOnboarded
was mapped tonull
as well, disregarding the.HasValue
condition in the config.Am I missing something in the documentation, and this is expected? Thanks.
Beta Was this translation helpful? Give feedback.
All reactions