DataSet ds1=....
从数据库中得到数据放到ds1中
DataSet ds2;
现在我想把 ds1.Tables[0]中的部分行放到ds2中,怎末实现?