DataRow.GetColumnError Method
.NET Framework 4.5
Gets the error description for a column.
This member is overloaded. For complete information about this member, including syntax, usage, and examples, click a name in the overload list.
| 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. |