Trouble updating nullable value to null #2938
-
I know that this issue was previously discussed in this thread. However I am having the exact same issue and I cannot seem to update a value to null in my nullable column. I read the response and tried implementing the example which was provided but maybe I'm missing something?
|
Beta Was this translation helpful? Give feedback.
Answered by
shinmantis
Apr 1, 2024
Replies: 1 comment
-
I resolved the issue, I was calling the wrong method in my code. Total Bonehead move. The original thread is correct, and the above batch code works just fine for multiple entries. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
simolus3
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I resolved the issue, I was calling the wrong method in my code. Total Bonehead move. The original thread is correct, and the above batch code works just fine for multiple entries.