Data for Silverlight
SetColumnError(Int32,String) Method

C1.Silverlight.Data Namespace > DataRow Class > SetColumnError Method : SetColumnError(Int32,String) Method
The zero-based index of the column.
The error description.
Sets the error description for a column specified by index.
Syntax
'Declaration
 
Public Overloads Sub SetColumnError( _
   ByVal columnIndex As Integer, _
   ByVal error As String _
) 
public void SetColumnError( 
   int columnIndex,
   string error
)

Parameters

columnIndex
The zero-based index of the column.
error
The error description.
See Also

Reference

DataRow Class
DataRow Members
Overload List