dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleArray Class / Remove Method
The System.Object to remove from the OracleArray.

In This Topic
Remove Method (OracleArray)
In This Topic
Removes the specified element from the OracleArray.
Syntax
'Declaration
 
Public Sub Remove( _
   ByVal value As Object _
) 
 

Parameters

value
The System.Object to remove from the OracleArray.
See Also