Contains Method (OracleArray)
Determines whether an element is in the
OracleArray.
'Declaration
Public Function Contains( _
ByVal As Object _
) As Boolean
Parameters
- value
- An System.Object to locate in the OracleArray.
Return Value
true if an item is found in the
OracleArray; otherwise,
false.