April 2003
Beginner to intermediate
620 pages
21h 48m
English
FillErrorEventArgs
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(DataTabledataTable, object[ ]values); // Public Instance Properties public bool Continue{set; get; } public DataTable DataTable{get; } public Exception Errors{set; get; } public object[ ] Values{get; } }
System.Object
→
System.EventArgs
→
FillErrorEventArgs
System.Data.Common.DbDataAdapter.OnFillError( ), FillErrorEventHandler.{BeginInvoke( ), Invoke( )}
Read now
Unlock full access