A. Next B. Read C. NextResult D. Write
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