Removes the ADOParameter from the collection given the value.
[Visual Basic] Public Sub Remove( _ ByVal value As Object _ ) [C#] public void Remove( object value ); [C++] public: void Remove( Object* value ); [JScript] public function Remove( value : Object );
Exception Type | Condition |
---|---|
ObjectNotInCollectionToRemove | The parameter does not exist. |
NotAnAdapterParameter | The parameter is not an ADOParameter. |
ADOParameters Class | ADOParameters Members | System.Data.ADO Namespace