Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / francis
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 ? | 12 Yes | 0 No |
Post New Answer View All Answers
What are the uses of Stored Procedure?
Does entity framework use ado.net?
How can we save all data from dataset?
List the 4 common ado.net namespaces?
What is ado.net components?
Explain the various objects in dataset.
Why is stored procedure used in ado.net?
What is DataRowCollection?
How to pass multiple tables in datasets simultaneously?
What is difference between sqldatareader and sqldataadapter?
What are all the commands used with Data Adapter?
What are the benefits of using of ADO.NET in .NET 4.0?
What connected data?
What providers does Ado.net uses?
Where is adodb dll located?