一个dataset里面有很多表。从哪里能看出来每个表的索引号?比如我怎么确定dataset.tables[5],这个表就是我想要得表?
利用表名做索引dataSet.Tables["myTableName"]