DataSource for Entity Framework in WPF
C1.WPF.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 String _
    ) As ClientCollectionView
    public ClientCollectionView Item( 
       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