代码如下: using System; using System.Data; using System.Data.SqlClient; public class Helper { public static void Main() { //连接字符串 string strcon = “server = .;database = blog;uid = sa;pwd = 1”; SqlHelper helper = new SqlHelper(strcon); //表employee中有neme(v