c# 复制dataset中table结构跟数据

DataTable dt = new DataTable();

dt = ds.Tables[0].Copy();