Which method do you invoke on the DataAdapter control to
load your generated dataset with data?

Answers were Sorted based on User's Feedback



Which method do you invoke on the DataAdapter control to load your generated dataset with data?..

Answer / swapna

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 ?    23 Yes 2 No

Which method do you invoke on the DataAdapter control to load your generated dataset with data?..

Answer / 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

Which method do you invoke on the DataAdapter control to load your generated dataset with data?..

Answer / m.mohan krishna

DataAdapters Fill() method.

Is This Answer Correct ?    10 Yes 0 No

Which method do you invoke on the DataAdapter control to load your generated dataset with data?..

Answer / 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

Which method do you invoke on the DataAdapter control to load your generated dataset with data?..

Answer / debasis

DataAdapter.Fill(ds);

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More ADO.NET Interview Questions

Why ca not we use multiple inheritance and garbage collector paralelly in .net?

0 Answers  


What is full form of ado?

0 Answers  


What is ado.net and its architecture?

0 Answers  


What are dcl commands?

0 Answers  


What are two types of transaction supported by ado.net?

0 Answers  






what are types of Dataset ?

6 Answers   HCL,


feature of ADO.Net

11 Answers   Wipro,


What is ole word?

0 Answers  


How you will set the datarelation between two columns?

3 Answers  


What are the different methods available under the sqlcommand class to access the data?

0 Answers  


How to you declare connection strings and how to you make use of web.config ?

3 Answers   MMTS,


What is ado and rdo?

0 Answers  


Categories