Question:Which of the following is a requirement when merging modified data into a DataSet?
A A primary key must be defined on the DataTable objects.
B The DataSet schemas must match.
C The destination DataSet must be empty prior to merging.
D A DataSet must be merged into the same DataSet that created it.
+ AnswerA
+ Report