ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / ViewJoinCollection Class / Item Property

In This Topic
    Item Property (ViewJoinCollection)
    In This Topic
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal index As System.Integer _
    ) As ViewJoin
    public ViewJoin this[ 
       System.int index
    ]; {get;}

    Parameters

    index
    See Also