SqlParameter ParamValue= new SqlParameter("@Address", SqlDbType.NVarChar, 20);ParamValue.Value = DBNull.Value;