Merge方法是將兩個結構相似的datatable合併成一個datatable: 實例代碼: //create table1 DataTable dt1 = new DataTable(); dt1.Columns.Add("id"); dt1.Columns.
確定! 回上一頁