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);
A. Connection B. Command C. DataAdapter D. DataSet
A. 多行 B. 兩行 C. 一行 D. 零行