ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender.SchemaExtender Namespace / DataSetConnectionCollection Class / Remove Method
The DataSetConnectionExtender object to remove.

In This Topic
    Remove Method (DataSetConnectionCollection)
    In This Topic
    Removes the specified DataSetConnectionExtender from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal connection As DataSetConnectionExtender _
    ) 
    public void Remove( 
       DataSetConnectionExtender connection
    )

    Parameters

    connection
    The DataSetConnectionExtender object to remove.
    See Also