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

In This Topic
    Remove Method (SelectColumnCollection)
    In This Topic
    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