Windows apps
Collapse the table of content
Expand the table of content
Information
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.

DataRow::GetColumnError Method (String^)

 

Gets the error description for a column, specified by name.

Namespace:   System.Data
Assembly:  System.Data (in System.Data.dll)

public:
String^ GetColumnError(
	String^ columnName
)

Parameters

columnName
Type: System::String^

The name of the column.

Return Value

Type: System::String^

The text of the error description.

Use the SetColumnError method to set column errors.

To determine whether any errors exist for the columns collection, use the HasErrors method. Consequently, you can use the GetColumnsInError method to retrieve all the columns with errors.

To clear all errors for the columns collection, use the ClearErrors method.

The following example sets an error description for a specified DataRow.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show:
© 2017 Microsoft