dataSet ds = new DataSet();
datatable dtPerson = ds.Tables.Add("Person");以后想引用这个表时 是写dtPerson 还是写Person 呢?ds.tables.remove(person)对吗/