MCQOPTIONS
Saved Bookmarks
| 1. |
How do you execute multiple SQL statements using a DataReader? |
| A. | Call the ExecuteReader method of a single Command object twice. |
| B. | Set the Command.CommandText property to multiple SQL statements delimited by a semicolon. |
| C. | Set the Command.CommandType property to multiple result sets. |
| D. | None of the above. |
| Answer» C. Set the Command.CommandType property to multiple result sets. | |