thinkinterview » interview questions » ASP.NET
« Previous

ASP.NET Interview Questions

next »
question

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

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


Posted in: ASP.NET(45) |