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
How to enable and disable connection pooling?
How can we load multiple tables in a dataset?
What is a datareader object?
What are the advantages using ado.net?
How is it possible to get 2 tables of data at a time by using data reader?
What is the difference between ado.net and entity framework?
What are the different ado.net namespaces are available in .net?
What is execute reader in ado.net?
Define executenonquery?
Define isolation?
What is ado and rdo?
Does dapper use ado.net?
Describe briefly an ADO.NET Dataset ?
What is ole data type?
What is two way data binding android?