Data for Silverlight
Item(String) Property

C1.Silverlight.Data Namespace > DataRow Class > Item Property : Item(String) Property
Name of the column.
Gets or sets the value stored in this row for a given column.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal columnName As String _
) As Object
public object Item( 
   string columnName
) {get; set;}

Parameters

columnName
Name of the column.

Property Value

The value stored in this row for the given column.
See Also

Reference

DataRow Class
DataRow Members
Overload List