2012年5月20日 星期日

DataTable 合併

DataTable table1 = new DataTable("Items");
//省略
DataTable table2 = xxx;
table1.Merge(table2);