dotConnect for PostgreSQL Documentation
Devart.Common Namespace / SelectTableCollection Class / Contains Method
The value of the SelectTable object to find.

In This Topic
Contains Method (SelectTableCollection)
In This Topic
Gets a value indicating whether a SelectTable object exists in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal value As SelectTable _
) As Boolean
 

Parameters

value
The value of the SelectTable object to find.

Return Value

true if the collection contains the SelectTable; otherwise, false.
See Also