Using Merge mathod , you can convert to two datasts to one
as
DataTable
dt.Columns.Add(
ds.Tables.Add(dt);
dt =
ds1.Tables.Add(dt);
ds1.Merge(ds);