Issue with Formatting nullable column in DB #1587
Unanswered
alwinthambi
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, Josh am setting the format for decimal/date columns like this, but it does not work if the column is nullable in the DB.
Attached is the image where -22338403.39000000 is not formatted as its a nullable column in the DB.
_log.Info(string.Format("Started creating the files...{0}", fileNameWithPath));
Beta Was this translation helpful? Give feedback.
All reactions