dotConnect for MySQL Documentation
Devart.Common Namespace / SelectTableCollection Class / Remove Method
The SelectTable object to remove from the collection.

In This Topic
    Remove Method (SelectTableCollection)
    In This Topic
    Removes the specified SelectTable object from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As SelectTable _
    ) 
    public void Remove( 
       SelectTable value
    )

    Parameters

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