MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following sample code is used to retrieve single row at a time? |
| A. | public USER GetUser(string userName) |
| B. | public USER GetUser(string userName) |
| C. | public USER GetUser(string userName) |
| D. | All of the mentioned |
| Answer» B. public USER GetUser(string userName) | |