I’ve a general question – Lets say I’ve an SQL Server 2008 DB , and it has some nullable columns. Some of these are null and some are not.
Next, I query the DB for a DataRow in C#.
What value would these null fields have in the DataRow object?
I’m seeing that they have C# “null” values, but someone here said that DbNull != C# null….
Please explain…
thanks.
DBNull.Valuewhich is not the same asnull.DBNull.Value Field (System)