Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / swapna
use the Fill method of the DataAdapter control and pass the
dataset object as an argument to load the generated data.
| Is This Answer Correct ? | 23 Yes | 2 No |
Post New Answer View All Answers
What are the different layers of ado.net?
Explain how can we load multiple tables in to dataset?
Describe the command object and its method.
What is dbcontext and dbset in entity framework?
What is an orm, and why would you use one instead of plain old ado.net?
What is adodb dll?
What is a string variable?
What does executenonquery () method return?
What are the benefits of using ado.net?
What is data relation in ado.net?
How to bind the controls(best practice) comboboxes to the data in the dataset?
Explain the DataAdapter.Update() and DataSetAcceptChanges() methods.
What is ado full form?
What is aggregate root?
What is disconnected data?