Which method do you invoke on the DataAdapter control to
load your generated dataset with data?
Answer Posted / m.mohan krishna
DataAdapters Fill() method.
| Is This Answer Correct ? | 10 Yes | 0 No |
Post New Answer View All Answers
What is the default timeout specified for "sqlcommand.commandtimeout" property?
How can we check that some changes have been made to dataset since it was loaded?
Which namespaces are used for data access?
Does dapper use ado.net?
What is a column variable?
What are the features of ado.net?
What is Dataset Object?
What are different layers of ADO.Net?
What is ado.net in mvc?
Is it possible to load multiple tables in a Dataset?
If a table contains 20000 records. In a page at each time 100 records to be displayed.
How do we use stored procedure in ADO.NET and how do we provide parameters to the stored procedures?
What are the major difference between classic ADO and ADO.NET?
What does executenonquery () method return?
How to enable and disable connection pooling?