Data for Silverlight
SetData(String,Object) Method

C1.Silverlight.Data Namespace > DataRowView Class > SetData Method : SetData(String,Object) Method
Name of the column that contains the data.
New value for the column.
Sets the data for a specified column in the underlying DataRow.
Syntax
'Declaration
 
Public Overloads Sub SetData( _
   ByVal columnName As String, _
   ByVal value As Object _
) 
public void SetData( 
   string columnName,
   object value
)

Parameters

columnName
Name of the column that contains the data.
value
New value for the column.
See Also

Reference

DataRowView Class
DataRowView Members
Overload List