DataRow::SetColumnError Method
.NET Framework (current version)
Sets the error description for a column.
Assembly: System.Data (in System.Data.dll)
| Name | Description | |
|---|---|---|
![]() | SetColumnError(DataColumn^, String^) | Sets the error description for a column specified as a DataColumn. |
![]() | SetColumnError(Int32, String^) | Sets the error description for a column specified by index. |
![]() | SetColumnError(String^, String^) | Sets the error description for a column specified by name. |
Show:
