Removes the SQLParameter 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 | The specified value does not exist. |
SQLParameters Class | SQLParameters Members | System.Data.SQL Namespace | SQLParameters.RemoveAt Overload List