Multiple Choice
Which of the following sorts the records for the PartsDataSet by the Price field?
A) TblPartsDataSet.Sort = "Price"
B) TblPartsBindingSource.Sort = "Price"
C) TblPartsBindingSource.Sort = Price
D) TblPartsTableAdapter.Sort = "Price"
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q2: When you don't know the specific value
Q3: Which of the following locates the record
Q4: The following sample of code contains errors.
Q5: Case 1 - LuvUrPet<br>The database for
Q6: The following sample of code contains errors.
Q7: The ContractsDataSet contains a table named tblContracts.
Q8: The statement SELECT YearWon,Title,ProductionCo FROM tblMovies WHERE
Q9: The default order of the ORDER BY
Q10: Case 1 - LuvUrPet<br>The database for
Q11: Most of the time,you will know in