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
Which method is used by command class to execute SQL statements that return single value?
How to maintain the relation between two tables in ADO.NET?
Why do we use sqldataadapter?
Explain the difference in an abstract class and an interface?
What Is Difference Between Ado And Ado.net?
How many major types of connection objects in ADO.NET?
What is difference between executenonquery and executequery?
Explain why canot we use multiple inheritance and garbage collector paralelly in .net?
Explain how to copy the contents from one table to another table and how to delete the source table in ado.net?
What is dao and ado?
How can you add or remove rows from the datatable object of dataset?
What is different between sqlcommand object and command behavior object?
How to bind the controls(best practice) comboboxes to the data in the dataset?
What are the different row versions available in table?
How does entity framework work?