当前位置:百科知识 > 工学题库1

问题描述:

[单选] 已知:DataSet data=new DataSet();则删除数据集data中person数据表的第5行数据的方法为()
A.datTables[person ].Rows[5].Delete(); B.data.Tables[person ].Rows.Delete(5); C.data.Tables[person ].Rows[4].Delete(); D.ata.Tables[person ].Rows[].Delete(4);
参考答案:查看
答案解析:
☆收藏

随机题目