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

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

posted @ 2015-01-28 18:00  樱花飞落ll  阅读(684)  评论(0)    收藏  举报