Gets the location in the collection of the 
DbParameterBase objects.
            
            
            
            
            'Declaration
 
Public Overloads Overrides Function IndexOf( _
   ByVal  As Object _
) As Integer
             
        
            
            public override int IndexOf( 
   object 
)
             
        
             
        
            Parameters
- value
- The DbParameterBase object to find.
Return Value
The zero-based location of the 
DbParameterBase in the collection.