如果是清空DataSet所有表的数据就用DataSet.Clear()如果是移除DataSet所有表就用DataSet.Tables.Clear()如果是清空DataSet一张表的数据就用DataSet.Tables[表名].Clear()
楼上很清楚的回答了!!!