Removes the SQLParameter from the collection.
Removes the SQLParameter 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);
Removes the SQLParameter 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);
SQLParameters Class | SQLParameters Members | System.Data.SQL Namespace