Data for Silverlight
SetColumnError(String,String) Method

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

Parameters

columnName
The name of the column.
error
The error description.
See Also

Reference

DataRow Class
DataRow Members
Overload List