ADO.NET provides the ___________ event to customize conflict resolution logic.

  • ConflictCustomized
  • ConflictCustomizing
  • ConflictHandling
  • ConflictResolved
ADO.NET provides the ConflictHandling event to customize conflict resolution logic. This event allows developers to define custom conflict resolution strategies when updating data from a data source. By handling this event, developers can implement logic to resolve conflicts that arise when multiple users attempt to modify the same data concurrently.
Add your answer
Loading...

Leave a comment

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