FillErrorEventArgs

FillErrorEventArgs

System.Data (system.data.dll) class

This class provides data for the System.Data.Common.DbDataAdapter.FillError event. This includes the DataTable that was being updated ( DataTable ), and the exception that occurred ( Errors ). You can also set the Continue property to specify whether the update should continue despite an error.

 public class  FillErrorEventArgs  : EventArgs {  // Public Constructors  public  FillErrorEventArgs  (DataTable   dataTable   , object[ ]   values   );  // Public Instance Properties  public bool  Continue  {set; get; }     public DataTable  DataTable  {get; }     public Exception  Errors  {set; get; }     public object[ ]  Values  {get; }  } 

Hierarchy

System.Object figs/u2192.gif System.EventArgs figs/u2192.gif FillErrorEventArgs

Passed To

System.Data.Common.DbDataAdapter.OnFillError( ) , FillErrorEventHandler.{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