ComponentOne DataObjects for .NET
Item(DataField) Property

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

Parameters

field
The data field that contains the data.

Property Value

An Object that contains the data.
See Also

Reference

C1DataRow Class
C1DataRow Members
Overload List
C1DataRow Class