Removes the ADOParameter 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 );
Exception Type | Condition |
---|---|
ParametersMappingIndex | The index specified does not exist. |
Notes to Inheritors: When overriding RemoveAt in a derived class, be sure to call the base class's RemoveAt method.
ADOParameters Class | ADOParameters Members | System.Data.ADO Namespace | ADOParameters.RemoveAt Overload List