ComponentOne DataObjects for .NET
Item(String) Property

C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class > Item Property : Item(String) Property
The name of the field.
Gets or sets the data stored in the row in one of the fields.
Syntax
'Declaration
 
Public Overloads Property Item( _
   ByVal fieldName As System.String _
) As System.Object
public System.object Item( 
   System.string fieldName
) {get; set;}

Parameters

fieldName
The name of the field.

Property Value

An Object that contains the data.
See Also

Reference

C1DataRow Class
C1DataRow Members
Overload List
C1DataRow Class