You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
你好,
我从1.3.5升级到1.7.0后,Ado.ExecuteNonQuery(CommandType.Text, stb.ToString(), paramList.ToArray());这一句一直报错,paramList中是有值的,在1.3.5是运行正常的
报错内容:SqlParameterCollection only accepts non-null SqlParameter type objects, not DBNull objects