Click to See Complete Forum and Search --> : C# and DataReader


igalz1
August 9th, 2004, 11:57 AM
Hello,

What is the C# object value after using a DataReader to assign a selected column with NULL value from the Database and assign it to a C# Object variable?

thanks

Andy Tacker
August 10th, 2004, 02:01 AM
I think you can utilize ToString() to get the null value and do whatever you want.