Add (dw1);. DataRow dw2 = dt.NewRow(); dw2[“name”] = “test2”; dt.Rows.InsertAt(dw2,0);. //將DataTable新增到DataSet中 ds.Tables.Add(dt);.
確定! 回上一頁