Question: 1. The FriendsDataSet contains a table named tblFriends. The table contains two text fields named FName and LName. Which of the following will add a
1. The FriendsDataSet contains a table named tblFriends. The table contains two text fields named FName and LName. Which of the following will add a new record to the dataset?
a. FriendsDataSet.tblFriends.AddFriendsRow(strF, strL)
b. FriendsDataSet.tblFriends.AddRowToFriends(strF, strL)
c. FriendsDataSet.tblFriends.AddtblFriendsRow(strF, strL)
d. FriendsDataSet.AddtblFriendsRow(strF, strL)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
