ComponentOne DataObjects for .NET
IndexOf Method (C1ExpressJoinCollection)

C1.Data.Express.2 Assembly > C1.Data.Express Namespace > C1ExpressJoinCollection Class : IndexOf Method
The join object to locate in the collection.
Returns the zero-based index of the join object in the collection.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal join As C1ExpressJoin _
) As System.Integer
public System.int IndexOf( 
   C1ExpressJoin join
)

Parameters

join
The join object to locate in the collection.

Return Value

The zero-based index of an element, if found; otherwise, -1.
See Also

Reference

C1ExpressJoinCollection Class
C1ExpressJoinCollection Members