DataConnector | ComponentOne
C1.DataConnector Assembly / C1.DataConnector Namespace / C1DbParameterCollection Class / Remove Method
The DbParameter object to remove.

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

    Parameters

    value
    The DbParameter object to remove.
    See Also