试题详情
单项选择题已知:DataSet data=new DataSet();则删除数据集data中person数据表的第5行数据的方法为()

A、 data.Tables["person "].Rows[5].Delete();

B、 data.Tables["person "].Rows.Delete(5);

C、 data.Tables["person "].Rows[4].Delete();

D、 data.Tables["person "].Rows[].Delete(4);

  • C
  • 关注下方微信公众号,在线模考后查看

热门试题