dotConnect for Zoho Desk Documentation
Devart.Common Namespace / DbDataReaderBase Class / Item Property / Item(String) Property
The column name.

On this page
    Item(String) Property
    On this page
    Gets the value of the specified column in its native format given the column name.
    Syntax
    'Declaration
     
    Public Overloads Overrides ReadOnly Property Item( _
       ByVal name As String _
    ) As Object
    public override object Item( 
       string name
    ) {get;}

    Parameters

    name
    The column name.

    Property Value

    The value of the specified column in its native format.
    Remarks
    You can omit the property name.
    See Also