DataTable dt = ds.Tables[0];
 DataRow dr = dt.NewRow();
dr[0] = "总计";
dt.Rows.Add(dr);

相关文章: