我有兩個DataTable具有相同的架構: DataTable t1 = new DataTable(); DataTable t2 = t1.Clone(); 如果我想添加一個新的DataRow到t1: DataRow row=t1.NewRow(); t1.
確定! 回上一頁