Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / pushpendra singh
Fill() method of DataAdapter
SqlDataAdapter da=new SqlDataAdapter();
DataSet ds=new DataSet();
da.Fill(ds);
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
How do I delete a row from a DataTable?
What is data adapter in ado.net with example?
What are all components of ADO.Net data provider?
What is a control toolbox?
What is ole word?
Explain the different row versions available in table?
What is row state?
What is datasource in ado.net?
How to Read, Add, Update and Delete record in Entity Framework ?
What are dataproviders?
What are the parameters that control most of connection pooling behaviours?
What is isolation?
How does ado.net work?
How would you connect to database using .NET?
What is connected architecture in ado.net?