dotConnect for DB2 Documentation
Devart.Common Namespace / SelectColumnCollection Class / Remove Method
The SelectColumn object to remove from the collection.

On this page
    Remove Method (SelectColumnCollection)
    On this page
    Removes the specified SelectColumn object from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As SelectColumn _
    ) 
    public void Remove( 
       SelectColumn value
    )

    Parameters

    value
    The SelectColumn object to remove from the collection.
    See Also