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