Name

MergeFailedEventArgs

Synopsis

This class provides data for the DataSet.MergeFailed event. This includes the DataTable in which the problem occurred (Table) and a descriptive error message (Conflict).

public class MergeFailedEventArgs : EventArgs {

// Public Constructors

   public MergeFailedEventArgs(DataTable table, string conflict);

// Public Instance Properties

   public string Conflict{get; } 

   public DataTable Table{get; } 

}

Hierarchy

System.Object System.EventArgs MergeFailedEventArgs

Passed To

MergeFailedEventHandler.{BeginInvoke( ), Invoke( )}

Get ADO.NET in a Nutshell now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.