This documentation is archived and is not being maintained.
FillErrorEventArgs Properties
.NET Framework (current version)
Namespace:
System.DataAssembly:
System.Data (in System.Data.dll)
| Name | Description |
|---|
 | 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. |
Return to top