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

In This Topic
    Item(String) Property
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal name As System.String _
    ) As ClientCollectionView
    public ClientCollectionView Item( 
       System.string name
    ) {get;}

    Parameters

    name
    The name 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