ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / BaseRowCollection Class / Item Property / Item(Int32) Property
An index of DataRow.

In This Topic
    Item(Int32) Property
    In This Topic
    Gets the base DataRow at the specified index.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As System.Data.DataRow
    public System.Data.DataRow Item( 
       System.int index
    ) {get;}

    Parameters

    index
    An index of DataRow.

    Property Value

    A DataRow at the specified index.
    See Also