Removes the ADOParameter from the collection.
Removes the ADOParameter from the collection given the specific index.
[Visual Basic] Overloads Overridable Public Sub RemoveAt(Integer)
[C#] public virtual void RemoveAt(int);
[C++] public: virtual void RemoveAt(int);
[JScript] public function RemoveAt(int);
Removes the ADOParameter from the collection given the parameter name.
[Visual Basic] Overloads Public Sub RemoveAt(String)
[C#] public void RemoveAt(String);
[C++] public: void RemoveAt(String*);
[JScript] public function RemoveAt(String);
ADOParameters Class | ADOParameters Members | System.Data.ADO Namespace