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