Data for Silverlight
Item(DataColumn) Property

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

Parameters

column
Reference to a DataColumn.

Property Value

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

Reference

DataRow Class
DataRow Members
Overload List