Data for Silverlight
Item(Int32) Property

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

Parameters

index
Index of the column.

Property Value

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

Reference

DataRow Class
DataRow Members
Overload List