SetColumnError
DataRow.SetColumnError(DataColumncol
, StringerrorDesc
); DataRow.SetColumnError(IntegercolumnIndex
, StringerrorDesc
); DataRow.SetColumnError(StringcolumnName
, StringerrorDesc
);
Sets the error description for a specified column in the
DataRow
.
col
The DataColumn
object for which to set an error.
columnIndex
The index of the DataColumn
for which to set an
error.
columnName
The name of the DataColumn
for which to set an
error.
errorDesc
The description of the error.