which method do you invoke on the dataadapter


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

DataAdapter.Fill(ds). The beauty of this method is it automatically implicitly opens the connection to database and closes it once done.We dont require to worry about opening and closing the connection to the database.

 

Request for Solution File

Ask an Expert for Answer!!
Computer Engineering: which method do you invoke on the dataadapter
Reference No:- TGS0289608

Expected delivery within 24 Hours