DataCollection | ComponentOne
C1.DataCollection.AdoNet Assembly / C1.DataCollection.AdoNet Namespace / C1AdoNetCursorDataCollection Class / Item Property

In This Topic
    Item Property (C1AdoNetCursorDataCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public Overridable ReadOnly Default Property Item( _
       ByVal index As Integer _
    ) As Object
    public virtual object this[ 
       int index
    ]; {get;}

    Parameters

    index
    See Also