Contains Method (OracleArray)
On this page
Determines whether an element is in the
OracleArray.
Syntax
|
|---|
'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.
See Also