dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleNumberMappingCollection Class / Remove Method
The OracleNumberMapping object to remove from the collection.

In This Topic
    Remove Method (OracleNumberMappingCollection)
    In This Topic
    Removes the specified OracleNumberMapping object from the collection.
    Syntax
    'Declaration
     
    Public Sub Remove( _
       ByVal value As OracleNumberMapping _
    ) 
    public void Remove( 
       OracleNumberMapping value
    )

    Parameters

    value
    The OracleNumberMapping object to remove from the collection.
    See Also