ComponentOne DataObjects for .NET
Item(String,DataRowVersionEnum) Property

C1.Data.2 Assembly > C1.Data Namespace > C1DataRow Class > Item Property : Item(String,DataRowVersionEnum) Property
The name of the field.
One of the DataRowVersionEnum values that specifies the desired row version. Possible values are Default, Original, Current, and Proposed.
Gets or sets the data stored in the row in one of the fields.
Syntax
'Declaration
 
Public Overloads ReadOnly Property Item( _
   ByVal fieldName As System.String, _
   ByVal version As DataRowVersionEnum _
) As System.Object
public System.object Item( 
   System.string fieldName,
   DataRowVersionEnum version
) {get;}

Parameters

fieldName
The name of the field.
version
One of the DataRowVersionEnum values that specifies the desired row version. Possible values are Default, Original, Current, and Proposed.

Property Value

An Object that contains the data.
See Also

Reference

C1DataRow Class
C1DataRow Members
Overload List
C1DataRow Class