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 _
    ) 
    public void Remove( 
       object value
    )

    Parameters

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