Computer Science, asked by amitpathak1278, 1 year ago

Name the method that needs to be invoked on the dataadapter control to fill the generated dataset with data?

Answers

Answered by Anonymous
1
Fill ( DS)
----------------------------------------------------------------------------------------------------------------


Fill is the method that needs to be invoked on the dataadapter control to fill the generated dataset with data.


________________________________________________________



For EX :-

MyDataSet =
< MyDataAdapter >

(MyDataSet,"TableName");






________________________________________________________





In this DS is DATA SET .







Answered by prathamesh1855
0
Hey!☺️
__________________________________________________


The Correct answer is Fill

Fill is the method that needs to be invoked on the dataadapter control to fill the generated dataset with data.

Example-MyDataSet = MyDataAdapter(MyDataSet,"TableName");


Hope It Helps.☺️
Similar questions