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