MergeFailedEventArgs

MergeFailedEventArgs

System.Data (system.data.dll) class

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 figs/u2192.gif System.EventArgs figs/u2192.gif MergeFailedEventArgs

Passed To

MergeFailedEventHandler.{BeginInvoke( ) , Invoke( )}



ADO. NET in a Nutshell
ADO.NET in a Nutshell
ISBN: 0596003617
EAN: 2147483647
Year: 2005
Pages: 415

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net