ComponentOne Data Source for Entity Framework
C1.Win.Data.Entities Namespace / EntityViewSourceCollection Class / Item Property / Item(String) Property
The name of the C1.Data.Entities.EntityViewSource to get from the collection.

In This Topic
    Item(String) Property
    In This Topic
    Gets the C1.Data.Entities.EntityViewSource with the given name.
    Syntax
    'Declaration
     
    
    Public Overloads ReadOnly Property Item( _
       ByVal name As System.String _
    ) As EntityViewSource
    public EntityViewSource Item( 
       System.string name
    ) {get;}

    Parameters

    name
    The name of the C1.Data.Entities.EntityViewSource to get from the collection.

    Property Value

    The C1.Data.Entities.EntityViewSource with the specified name, or null if it does not exist.
    See Also