I\'m using a SqlParameter to pass in null values to a table for various columns that are nullable. The problem is that SqlParameter looks like it defaults to nv
SqlParameter
command.Parameters.AddWithValue("@param", DBNull.Value);