Which of the following statements retrieves data from the Sales table and stores it in the CompanyDataSet?

Question:

Which of the following statements retrieves data from the Sales table and stores it in the CompanyDataSet?
a. Me.CompanyDataSet.Fill(Me.Sales)
b. Me.SalesBindingSource.Fill(Me.CompanyDataSet)
c. Me.SalesBindingNavigator.Fill(Me.CompanyDataSet.Sales)
d. Me.SalesTableAdapter.Fill(Me.CompanyDataSet.Sales)

Fantastic news! We've Found the answer you've been seeking!

Step by Step Answer:

Related Book For  book-img-for-question
Question Posted: