

MCQOPTIONS
Saved Bookmarks
1. |
What should you do to access the returned tabular data after starting execution of a command that runs asynchronously? (Choose all that apply.) 1. Call the EndExecuteNonQuerymethod. 2. Call the EndExecuteReadermethod. 3. Wait for the StatementCompletedevent to fire and iterate through the DataReader. 4. Wait for the StatementCompletedevent to fire, call the EndExecuteReadermethod, and then iterate through the DataReader. |
A. | 1, 2 |
B. | 1, 2, 3 |
C. | 2, 3 |
D. | 2, 4 |
Answer» E. | |