Inserts an SAParameter object in the collection at the specified index.
      Visual Basic syntax
         
         
            Public Overrides Sub 
            Insert
            (ByVal index As Integer, ByVal value As Object)
            
         
      
      C# syntax
         
         
            public override void 
            Insert
            (int index, object value)
         
      
      Parameters
         
         
            - 
               index – 
               The zero-based index where the parameter is to be inserted within the collection.
            
 
            - 
               value – 
               The SAParameter object to add to the collection.