SqlCommandBuilder cb = new SqlCommandBuilder(data);
data.Update(set,"newtable");
 //适配器.(update)方法(参数1:数据集,参数2:表名)