Solved

The FillByMake Method Is Associated with a Parameter Query

Question 25

Multiple Choice

The FillByMake method is associated with a parameter query.Which of the following statements invokes the method and passes the contents of the txtMake control's Text property?


A) TblTruckTableAdapter.FillTruck(TruckDataSet.tblTruck)
B) TblTruckTableAdapter.FillByMake(TruckDataSet.tblTruck)
C) TblTruckTableAdapter.FillByMake(TruckDataSet, txtMake.Text)
D) TblTruckTableAdapter.FillByMake(TruckDataSet.tblTruck, txtMake.Text)

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions