dotConnect for DB2 Documentation
Devart.Data.DB2 Namespace / DB2ParameterCollection Class / Remove Method
The DB2Parameter object to remove from the collection.

In This Topic
    Remove Method (DB2ParameterCollection)
    In This Topic
    Removes the specified DB2Parameter from the collection.
    Syntax
    'Declaration
     
    Public Overrides Sub Remove( _
       ByVal value As Object _
    ) 
    public override void Remove( 
       object value
    )

    Parameters

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