ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / IRowAccessor Interface / Item Property

In This Topic
    Item Property (IRowAccessor)
    In This Topic
    Syntax
    'Declaration
     
    ReadOnly Default Property Item( _
       ByVal columnName As System.String _
    ) As System.Object
    System.object this[ 
       System.string columnName
    ]; {get;}

    Parameters

    columnName
    See Also