dotConnect for DB2 Documentation
Devart.Common Namespace / SelectColumnCollection Class / IndexOf Method
The SelectColumn object to find.

In This Topic
IndexOf Method (SelectColumnCollection)
In This Topic
Gets the location in the collection of the SelectColumn object.
Syntax
'Declaration
 
Public Function IndexOf( _
   ByVal value As SelectColumn _
) As Integer
 

Parameters

value
The SelectColumn object to find.

Return Value

The zero-based location of the SelectColumn in the collection.
See Also