ComponentOne ADO.NET DataExtender
C1.C1DataExtender.2 Assembly / C1.C1DataExtender Namespace / C1DataViewCollection Class / Remove Method
The C1DataView to remove.

In This Topic
    Remove Method (C1DataViewCollection)
    In This Topic
    Removes the specified C1DataView from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal dataView As C1DataView _
    ) 
    public void Remove( 
       C1DataView dataView
    )

    Parameters

    dataView
    The C1DataView to remove.
    Remarks
    If the specified C1DataView doesn't belong to the collection then do nothing.
    See Also