The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DataTable::GetErrors Method ()
.NET Framework (current version)
Gets an array of DataRow objects that contain errors.
Assembly: System.Data (in System.Data.dll)
Returns the list of DataRow objects that have RowError set. For example, errors can occur when calling Update with ContinueUpdateOnError set to true. Do not invoke AcceptChanges on the DataTable until you resolve all errors and resubmit the DataSet for updating.
.NET Framework
Available since 1.1
Available since 1.1
Show: