Data for Silverlight
GetColumnError(String) Method

C1.Silverlight.Data Namespace > DataRow Class > GetColumnError Method : GetColumnError(String) Method
The name of the column.
Gets the error description for a column, specified by name.
Syntax
'Declaration
 
Public Overloads Function GetColumnError( _
   ByVal columnName As String _
) As String
public string GetColumnError( 
   string columnName
)

Parameters

columnName
The name of the column.

Return Value

The text of the error description.
See Also

Reference

DataRow Class
DataRow Members
Overload List