FillErrorEventArgs Class
Definition
Provides data for the FillError event of a DbDataAdapter.
public ref class FillErrorEventArgs : EventArgs
public class FillErrorEventArgs : EventArgs
type FillErrorEventArgs = class
inherit EventArgs
Public Class FillErrorEventArgs
Inherits EventArgs
- Inheritance
Remarks
The data is used by the OnFillError method of the DbDataAdapter.
Constructors
FillErrorEventArgs(DataTable, Object[]) |
Initializes a new instance of the FillErrorEventArgs class. |
Properties
Continue |
Gets or sets a value indicating whether to continue the fill operation despite the error. |
DataTable |
Gets the DataTable being updated when the error occurred. |
Errors |
Gets the errors being handled. |
Values |
Gets the values for the row being updated when the error occurred. |
Methods
Equals(Object) |
Determines whether the specified object is equal to the current object. (Inherited from Object) |
GetHashCode() |
Serves as the default hash function. (Inherited from Object) |
GetType() |
Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone() |
Creates a shallow copy of the current Object. (Inherited from Object) |
ToString() |
Returns a string that represents the current object. (Inherited from Object) |