Question: 4. Using the FriendsDataSet from Review Question 1, which of the following will locate the record whose last name is Winkler, and then assign the
4. Using the FriendsDataSet from Review Question 1, which of the following will locate the record whose last name is Winkler, and then assign the record to the row variable?
a. row = FriendsDataSet.tblFriends.FindLName("Winkler")
b. row = FriendsDataSet.tblFriends.FindByLName("Winkler")
c. row = FriendsDataSet.tblFriends.Find("Winkler")
d. row = FriendsDataSet.FindByLName("Winkler")
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
