Data for Silverlight
GetColumnError(Int32) Method

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

Parameters

columnIndex
The zero-based index of the column.

Return Value

The text of the error description.
See Also

Reference

DataRow Class
DataRow Members
Overload List