Which of the following is a requirement when merging modified data into a DataSet?

Options
- A primary key must be defined on the DataTable objects
- The DataSet schemas must match in order to merge
- The destination DataSet must be empty prior to merging
- A DataSet must be merged into the same DataSet that created it.


CORRECT ANSWER : A primary key must be defined on the DataTable objects

Write your comments


Enter the code shown above:

(Note: If you cannot read the numbers in the above image, reload the page to generate a new one.)


Advertisement