April 2003
Beginner to intermediate
620 pages
21h 48m
English
MergeFailedEventArgs
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(DataTabletable, stringconflict); // Public Instance Properties public string Conflict{get; } public DataTable Table{get; } }
System.Object
→
System.EventArgs
→
MergeFailedEventArgs
MergeFailedEventHandler.{BeginInvoke( ), Invoke( )}
Read now
Unlock full access