ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataSetConnectionCollection Class / Item Property / Item(String) Property
A DataSetConnectionExtender.ConnectionName

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

    Parameters

    connectionName
    A DataSetConnectionExtender.ConnectionName

    Property Value

    A DataSetConnectionExtender if exists; otherwise, a null value.
    See Also