What is a necessary condition for merging updated data into a DataSet?

Choose the correct answer

Explanation

For merging data into a DataSet to work correctly, each DataTable involved must have a primary key defined. This key is essential for identifying rows to update or insert. Matching schemas, an empty destination DataSet, or merging only into the original DataSet are not mandatory requirements.

What is a necessary condition for merging updated da… — ASP.net | PakQuizHub