Answers

Question and Answer:

  Home  MCSD.NET - 70-320 Exam

⟩ Suppose You have a Dataset object named ES DataSet that is populated with data from a Microsoft SQLServer database. This object contains insertions, deletions, and updates to the data. You want toapply the data changes in ES DataSet to the database. You decide to use the Sulligent dataprovider. You need to create a data object that you will use to update the database. Which codesegment should you use?A. SqlDataReader myDataReader;B. SqlDataAdapter mySqlDataAdapter = new sqlDataAdapter();C. DataObject myDataObject = new DataObject();D. SqlParameter myParameter = new SqlParameter();

B. SqlDataAdapter mySqlDataAdapter = new sqlDataAdapter();

 143 views

More Questions for you: