标签:SqlServer Update

使用Update功能出现:必须声明标量变量@Id

这是一个WinForm项目:具体的三层如下 Dao层 SqlHelper.cs: public class SqlHelper { public static int ExecuteNonQuery(string sql, params SqlParameter[] parameters) { String connStr = ConfigurationMa……