Which ADO.NET feature helps in managing data conflicts during concurrent data access?

  • Data Adapter
  • Data Reader
  • Data Set
  • Data Table
ADO.NET Data Set helps in managing data conflicts during concurrent data access. It can store multiple DataTable objects along with relationships, providing a disconnected representation of the data from the data source. This enables offline manipulation of data and conflict resolution before updating the data source.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *