The FillByCity method is associated with a parameter query. Which of the following invokes the method, passing

Question:

The FillByCity method is associated with a parameter query. Which of the following invokes the method, passing it the contents of the txtCity control’s Text property?

a. TblCityTableAdapter.FillByCity(CityDataSet.tblCity, txtCity.Text)

b. TblCityTableAdapter.FillByCity(txtCity.Text)

c. TblCityBindingSource.FillByCity(CityDataSet.tblCity, txtCity.Text)

d. CityDataSet.FillByCity(txtCity.Text)

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

Step by Step Answer:

Related Book For  answer-question
Question Posted: