Question: 2. The FillByCity method is associated with a parameter query. Which of the following invokes the method, passing it the contents of the txtCity controls
2. 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)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
