Removes the SQLParameter from the collection given the specific index.
[Visual Basic] Overloads Overridable Public Sub RemoveAt( _ ByVal index As Integer _ ) [C#] public virtual void RemoveAt( int index ); [C++] public: virtual void RemoveAt( int index ); [JScript] public function RemoveAt( index : int );
(true if parameter was actually removed, else false)
Exception Type | Condition |
---|---|
ParametersMappingIndex | The specified index does not exist. |
Notes to Inheritors: When overriding RemoveAt in a derived class, be sure to call the base class's RemoveAt method.
SQLParameters Class | SQLParameters Members | System.Data.SQL Namespace | SQLParameters.RemoveAt Overload List