Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / pushpendra singh
Use Fill() method of DataAdapter class and pass the object
of dataset as an argument to load the generated data.
\\DataAdapter da=new DataAdapter();
\\DataSet ds=new DataSet();
da.Fill(ds);
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What is the functionality of data provider in ado.net?
What is ado rdo dao in visual basic?
Which ado.net object is very fast in getting data from the database?
What is data relation?
What are typed and untyped dataset?
Explain the namespaces in which .net has the data functionality class.
What are three methods for displaying data in a syncfusion datagrid
Explain the advantage of ADO.Net?
What is ole word?
How do you update database through dataset?
What are the important features of ado.net 2.0?
What is difference in record set and dataset?
What is the difference between linq and ado.net?
What is the difference in an abstract class and an interface?
Explain the difference between an ado.net dataset and an ado recordset?