ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataViewCollection Class / Item Property / Item(String) Property
The name of C1DataView to find.

In This Topic
    Item(String) Property
    In This Topic
    Gets the C1DataView object with the specified name.
    Syntax
    'Declaration
     
    Public Overloads ReadOnly Property Item( _
       ByVal name As System.String _
    ) As C1DataView
    public C1DataView Item( 
       System.string name
    ) {get;}

    Parameters

    name
    The name of C1DataView to find.

    Property Value

    If C1DataView with the specified name is contained in the collection then returns it, otherwise returns a null value.
    See Also