DataSource for Entity Framework in WPF
C1.WPF.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 specified name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As String _
    ) As EntityViewSource
    public EntityViewSource Item( 
       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