Data for Silverlight
GetData(String) Method

C1.Silverlight.Data Namespace > DataRowView Class > GetData Method : GetData(String) Method
Name 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 columnName As String _
) As Object
public object GetData( 
   string columnName
)

Parameters

columnName
Name of the column that contains the data.

Return Value

Data at column columnName.
See Also

Reference

DataRowView Class
DataRowView Members
Overload List