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

Parameters

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