ComponentOne Data Source for Entity Framework
C1.Win.Data.Entities Namespace / C1DataSource Class / Item Property / Item(Int32) Property
The index of the C1.Data.Entities.EntityViewSource to take the C1.Data.DataSource.ClientCollectionView from.

In This Topic
    Item(Int32) Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal index As System.Integer _
    ) As ClientCollectionView
    public ClientCollectionView Item( 
       System.int index
    ) {get;}

    Parameters

    index
    The index of the C1.Data.Entities.EntityViewSource to take the C1.Data.DataSource.ClientCollectionView from.

    Property Value

    The C1.Data.DataSource.ClientCollectionView of the C1.Data.Entities.EntityViewSource.
    See Also