Returned when an error occurs during a fill operation.
public:
event System::Data::FillErrorEventHandler ^ FillError;
public event System.Data.FillErrorEventHandler? FillError;
public event System.Data.FillErrorEventHandler FillError;
member this.FillError : System.Data.FillErrorEventHandler
Public Custom Event FillError As FillErrorEventHandler
Event Type Remarks
The FillError event allows a user to determine whether or not the fill operation should continue after the error occurs. Examples of when the FillError event might occur are:
The data being added to a DataSet
cannot be converted to a common language runtime type without losing precision.
The row being added contains data that violates a Constraint that must be enforced on a DataColumn
in the DataSet
.
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide. In this articleWas this page helpful?
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4