Removes the ADOParameter from the collection given the parameter name.
[Visual Basic] Overloads Public Sub RemoveAt( _ ByVal value As String _ ) [C#] public void RemoveAt( string value ); [C++] public: void RemoveAt( String* value ); [JScript] public function RemoveAt( value : String );
Exception Type | Condition |
---|---|
ParametersIndex | A parameter does not exist with the specified name. |
ADOParameters Class | ADOParameters Members | System.Data.ADO Namespace | ADOParameters.RemoveAt Overload List