MCQs > IT & Programming > ASP.NET With SQL Server > You want to access data from the 'Customer' table in the database. You generate a DataSet named 'MyDataSet' by adding 'Customer' table to it. Which of the following statements should you use to load the data from the database into 'MyDataSet' which has been loaded with multiple tables, using a SqlDataAdapter named 'MyAdapter'

ASP.NET With SQL Server MCQs

You want to access data from the "Customer" table in the database. You generate a DataSet named "MyDataSet" by adding "Customer" table to it. Which of the following statements should you use to load the data from the database into "MyDataSet" which has been loaded with multiple tables, using a SqlDataAdapter named "MyAdapter"

Answer

Correct Answer: MyAdapter.Fill(MyDataSet,"Customer")

Explanation:

Note: This Question is unanswered, help us to find answer for this one

ASP.NET With SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it

More ASP.NET With SQL Server MCQ Questions

search

ASP.NET With SQL Server Skill Assessment

Overall Skill Level-Poor

Your Skill Level: Poor

Retake Quizzes to improve it