IndexOf Method (OracleArray)
Gets the location in the collection of the
OracleArray object.
'Declaration
Public Function IndexOf( _
ByVal As Object _
) As Integer
Parameters
- value
- The OracleArray object to find.
Return Value
The zero-based location of the
OracleArray in the collection.