ComponentOne DataObjects for .NET
Contains Method (C1ExpressJoinCollection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressJoinCollection Class : Contains Method
The Object to locate in the collection.
Determines whether an element is in the collection.
Syntax
'Declaration
 
Public Function Contains( _
   ByVal join As C1ExpressJoin _
) As System.Boolean
public System.bool Contains( 
   C1ExpressJoin join
)

Parameters

join
The Object to locate in the collection.

Return Value

True if join is found in the collection; otherwise, False.
See Also

Reference

C1ExpressJoinCollection Class
C1ExpressJoinCollection Members