Data for Silverlight
GetData(Int32) Method

C1.Silverlight.Data Namespace > DataRowView Class > GetData Method : GetData(Int32) Method
Index of the column that contains the data.
Gets the data for a specified column in the underlying DataRow.
Syntax
'Declaration
 
Public Overloads Function GetData( _
   ByVal columnIndex As Integer _
) As Object
public object GetData( 
   int columnIndex
)

Parameters

columnIndex
Index of the column that contains the data.

Return Value

Data at column columnIndex.
See Also

Reference

DataRowView Class
DataRowView Members
Overload List