

MCQOPTIONS
Saved Bookmarks
1. |
Which SqlCommand execution returns the number of effected records in the table? |
A. | ExecuteNonQuery |
B. | ExecuteReader |
C. | ExecuteXmlReader |
D. | ExecuteScalar |
Answer» B. ExecuteReader | |