Add a "NoConvertNull" param? #1620
sw-sw-sw-sw
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Encountering a specific use case where data is pulled from SQL as a DBNull. (actually the data is being aliased out of a SQL query rather than an data output from SQL). When converting the data output, we want to retain these null values as a null valued object of type "System.Object" [null], instead of "System.Object" [string].
Refer to line 329:
In our particular case the downstream system is expecting a null bit value (int32)... but that's irrelevant. It would just be nice to have an option to not convert null value data type and retain its original data type.
Beta Was this translation helpful? Give feedback.
All reactions