dotConnect for PostgreSQL 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 _
) 
 

Parameters

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